TouchData Struct Reference

Touch information for one finger on the touch panel. More...

List of all members.

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.

Detailed Description

Touch information for one finger on the touch panel.


Member Data Documentation

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.