Private
_clickProtected
clickThe BaseClickHelper instances being mixed
Protected
Readonly
listenersProtected
refsThe current click state
Listen to events from this helper. Duplicate listeners allowed.
Protected
dispatchDispatch an event to all listeners.
Protected
dispatchDispatch an event to a specific listener. Listener does not have to be added
Protected
Readonly
handleStop listening to events from this helper. If a duplicate listener is removed, only one is removed.
True if a listener was removed, false otherwise.
Private
update
A class that mixes multiple BaseClickHelper instances into one. Useful if you want a widget to be both clickable by a pointer and by the enter key