Touch information for one finger on the touch panel. More...
Public Attributes | |
bool | Skip |
Flag to control whether the subsequent processing will ignore this input data or not. | |
int | ID |
Finger ID. | |
TouchStatus | Status |
Finger state. | |
float | X |
X coordinate of the touch position. | |
float | Y |
Y coordinate of the touch position. |
Touch information for one finger on the touch panel.
bool Skip |
Flag to control whether the subsequent processing will ignore this input data or not.
Use this flag to store/obtain whether the input data has already been consumed by another object.