|
enum | { COMPLETE = sysEventID('C', 'M', 'P')
} |
|
enum | Phase { phase_capturing = 1,
phase_target,
phase_bubbling
} |
|
|
| Event (eventType Type, bool Bubbles=false) |
|
void | stopPropagation () |
|
void | stopImmediatePropagation () |
|
void | removeListener () |
|
|
eventType | type |
|
Phase | phase |
|
bool | bubbles |
|
bool | stopsImmediatePropagation |
|
bool | stopsPropagation |
|
void * | userData |
|
spObject | userDataObject |
|
int | listenerID |
|
spEventDispatcher | target |
|
spEventDispatcher | currentTarget |
|
◆ removeListener()
void oxygine::Event::removeListener |
( |
| ) |
|
|
inline |
◆ currentTarget
spEventDispatcher oxygine::Event::currentTarget |
The object that is actively processing the Event object with an event listener
◆ target
spEventDispatcher oxygine::Event::target |
The documentation for this class was generated from the following file: