Gosu::Touch Struct Reference
Struct that saves information about a touch on the surface of a multi- touch device.
More...
List of all members.
|
Public Attributes |
void * | id |
| Allows for identification of a touch across calls.
|
double | x |
| Position of a touch on the touch screen.
|
double | y |
Detailed Description
Struct that saves information about a touch on the surface of a multi- touch device.
Definition at line 58 of file Input.hpp.
Member Data Documentation
Allows for identification of a touch across calls.
Definition at line 61 of file Input.hpp.
Position of a touch on the touch screen.
Definition at line 63 of file Input.hpp.
The documentation for this struct was generated from the following file: