[webkit-dev] where does the Webkit catch keyboard/mouse events
Nilesh Patil
vniles at gmail.com
Fri Dec 12 02:15:20 PST 2008
Hi
Usually i construct it like
PlatformMouseEvent pme(point, point, LeftButton, met, 1, false, false,
false, false, 0);
and call is
frame->eventHandler()->handleMousePressEvent(pme);
Thanks & Regards
Niilesh
On Fri, Dec 12, 2008 at 2:21 PM, Ariya Hidayat
<ariya.hidayat at trolltech.com> wrote:
>
>> I am newbie to Webkit, could you explain to me where the Webkit catches
>> keyboard/mouse events? More detailed more appreciated.
>
> Follow the code in WebCore/page/EventHandler.cpp and the platform-specific
> implementation of the EventHandler class.
>
>
> --
> Ariya Hidayat, Software Engineer
> Qt Software, Nokia Devices R&D
> _______________________________________________
> webkit-dev mailing list
> webkit-dev at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-dev
>
More information about the webkit-dev
mailing list