Package: pumpkin.display
DisplayObjectInteractionInfo class, useful for associating interactive meta data with display objects such as tab/joystick index, tooltips etc. Please note these attributes are used by an external interaction class which is implemented in the application as of v1.1.
Tooltip string. | |
modal state for interaction manager implementation, DisplayObjects above isModal flagged are ignored. | |
Tab/Joystick index selector index. | |
Tab/Joystick grouping. |
| |
Add listener function to response to the event type. | |
Add listener function to response to the event type with capture. | |
Add GameObject message handler, dispatching event sends message to the method name listenerFun. | |
Add GameObject message handler, dispatching event sends message to the method name listenerFun with capture. | |
Same as dispatchEvent but void return type workarround for closures. | |
Dispatches an even bound using addEventListener. | |
Remove all event listeners. | |
Remove event listener. | |
Remove event listener with capture. | |
Remove event listener. | |
Remove event listener with capture. | |
Returns true if the event is being listened on. | |
Returns true if the event is being listened on. | |
Returns all event listeners. |
Global max call depth all event dispatchers can recurse. |