Gosu
|
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... | |
double | x |
Position of a touch on the touch screen. More... | |
double | y |
Struct that saves information about a touch on the surface of a multi-touch device.
(Right now this is only supported on iOS.)
void* Gosu::Touch::id |
double Gosu::Touch::x |