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-gtk mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-gtk