|
void | cleanup () |
|
void | multiTouchEnabled (bool en) |
|
PointerState * | getTouchByIndex (pointer_index index) |
|
int | touchID2index (int64 id) |
|
PointerState * | getTouchByID (int64 id) |
|
void | sendPointerButtonEvent (spStage, MouseButton button, float x, float y, float pressure, int type, PointerState *) |
|
void | sendPointerMotionEvent (spStage, float x, float y, float pressure, PointerState *) |
|
void | sendPointerWheelEvent (spStage, const Vector2 &dir, PointerState *) |
|
◆ getTouchByIndex()
PointerState* oxygine::Input::getTouchByIndex |
( |
pointer_index |
index | ) |
|
index should be in range [1, MAX_TOUCHES]
The documentation for this class was generated from the following file: