|
enum | SEvent { BEGIN = sysEventID('S', 'B', 'G'),
SLIDING = sysEventID('S', 'S', 'L'),
END = sysEventID('S', 'E', 'N')
} |
|
enum | { COMPLETE = sysEventID('C', 'M', 'P')
} |
|
enum | Phase { phase_capturing = 1,
phase_target,
phase_bubbling
} |
|
|
| SlidingEvent (SEvent ev) |
|
| Event (eventType Type, bool Bubbles=false) |
|
void | stopPropagation () |
|
void | stopImmediatePropagation () |
|
void | removeListener () |
|
|
Vector2 | speed |
|
eventType | type |
|
Phase | phase |
|
bool | bubbles |
|
bool | stopsImmediatePropagation |
|
bool | stopsPropagation |
|
void * | userData |
|
spObject | userDataObject |
|
int | listenerID |
|
spEventDispatcher | target |
|
spEventDispatcher | currentTarget |
|
The documentation for this class was generated from the following file: