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
_______________________________________________
webkit-help mailing list
webkit-help@lists.webkit.org
https://lists.webkit.org/mailman/listinfo/webkit-help

Reply via email to