[webkit-gtk] Webkit Eventing

85.mukesh 85.mukesh at gmail.com
Tue Apr 9 02:35:18 PDT 2013


Hi ALL,

class EventListener : public RefCounted<EventListener> {
public:
enum Type {
JSEventListenerType,
ImageEventListenerType,
ObjCEventListenerType,
CPPEventListenerType,
ConditionEventListenerType,
GObjectEventListenerType,
NativeEventListenerType,
SVGTRefTargetEventListenerType
};
under which conditions the following are invoked:
ImageEventListenerType
ConditionEventListenerType &
GObjectEventListenerType
really confused about GObjectEventListenerType ??


Moreover is it all possible to do eventing on html elements without using
javascript ????
use case: i want to move html tag using box2d physics library (Native code)
using eventing mechanism.

Regards,
MK
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-gtk/attachments/20130409/b8d50125/attachment.html>


More information about the webkit-gtk mailing list