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 <[email protected]> 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
> [email protected]
> http://lists.webkit.org/mailman/listinfo.cgi/webkit-help
>
>
_______________________________________________
webkit-help mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-help

Reply via email to