Skip to content

Started mouse events implementation#26

Open
RAJAGOPALAN-GANGADHARAN wants to merge 1 commit intohaiku:webkit2from
RAJAGOPALAN-GANGADHARAN:events-iteration-1
Open

Started mouse events implementation#26
RAJAGOPALAN-GANGADHARAN wants to merge 1 commit intohaiku:webkit2from
RAJAGOPALAN-GANGADHARAN:events-iteration-1

Conversation

@RAJAGOPALAN-GANGADHARAN

No description provided.

}
void WebViewBase::MouseMoved(BPoint where,uint32 code,const BMessage* dragMessage)
{
BMessage* mouseMessage = Looper()->DetachCurrentMessage();
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Don't detach the message here or you'll have a memory leak.
Use Looper()->CurrentMessage() instead.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants