Struct that saves information about a touch on the surface of a multi- touch device. More...
Public Attributes | |
void * | id |
Allows for identification of a touch across calls. More... | |
float | x |
Position of a touch on the touch screen. More... | |
float | y |
Struct that saves information about a touch on the surface of a multi- touch device.
Available even on non-iPhone platforms to make it easier to compile the same source for multiple platforms.
void* Gosu::Touch::id |
float Gosu::Touch::x |