#include <rgestures.h>
Public Attributes | |
int | touchAction |
int | pointCount |
int | pointId [MAX_TOUCH_POINTS] |
Vector2 | position [MAX_TOUCH_POINTS] |
Definition at line 105 of file rgestures.h.
int GestureEvent::pointCount |
Definition at line 107 of file rgestures.h.
int GestureEvent::pointId[MAX_TOUCH_POINTS] |
Definition at line 108 of file rgestures.h.
Vector2 GestureEvent::position[MAX_TOUCH_POINTS] |
Definition at line 109 of file rgestures.h.
int GestureEvent::touchAction |
Definition at line 106 of file rgestures.h.