#include <TouchEvent.h>
Public Types | |
| enum | Type { TOUCHES_BEGAN, TOUCHES_MOVED, TOUCHES_ENDED, TOUCHES_CANCELLED, TOUCHES_HOLDING } |
Public Member Functions | |
| TouchEvent (Type type, const vector< TouchIndex > &, const vector< TouchPoint > &=vector< TouchPoint >()) | |
| TouchEvent (Type type, TouchIndex &index, const TouchPoint &point=TouchPoint()) | |
| Type | getType (void) const |
| const vector< TouchIndex > & | getIndices (void) const |
| const vector< TouchPoint > & | getPoints (void) const |
Definition at line 11 of file TouchEvent.h.
Definition at line 13 of file TouchEvent.h.
| RenderTools::TouchEvent::TouchEvent | ( | Type | type, | |
| const vector< TouchIndex > & | indices, | |||
| const vector< TouchPoint > & | points = vector< TouchPoint >() | |||
| ) |
Definition at line 6 of file TouchEvent.cpp.
| RenderTools::TouchEvent::TouchEvent | ( | Type | type, | |
| TouchIndex & | index, | |||
| const TouchPoint & | point = TouchPoint() | |||
| ) |
Definition at line 41 of file TouchEvent.cpp.
| const vector< TouchIndex > & RenderTools::TouchEvent::getIndices | ( | void | ) | const |
Definition at line 70 of file TouchEvent.cpp.
| const vector< TouchPoint > & RenderTools::TouchEvent::getPoints | ( | void | ) | const |
Definition at line 74 of file TouchEvent.cpp.
| TouchEvent::Type RenderTools::TouchEvent::getType | ( | void | ) | const |
Definition at line 66 of file TouchEvent.cpp.
1.5.8