[webkit-help] Dom Events management.

Bharathwaaj Srinivasan bharathwaaj.s at gmail.com
Mon Jan 17 04:41:27 PST 2011


You need to derive your object from the "Event" class.

See the implementation of KeyboardEvent in Source/WebCore/dom/.

Adding new dom event is automated by means of idl files. The implementation
will go inside the corresponding cpp file.

Kind regards,
Bharath

On 17 January 2011 18:24, Stanislas <stanworld at gmail.com> wrote:

> Hello people,
>
> I am looking for webkit knowledge ,
> i want to extend the DOM capabilities to support specific Event,
> like dealing with others keys than the standards keyboard.
>
> Where i should look first ?
>
> Is there documentation about how webkit deal with dom events ?
>
>
>
> Regards,
>
> --
> Stanislas
>
> _______________________________________________
> webkit-help mailing list
> webkit-help at lists.webkit.org
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-help/attachments/20110117/9c42b8de/attachment.html>


More information about the webkit-help mailing list