[webkit-help] Webkit Eventing
85.mukesh
85.mukesh at gmail.com
Tue Apr 9 02:36:37 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-help/attachments/20130409/d1f42512/attachment.html>
More information about the webkit-help
mailing list