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.
float x
 Position of a touch on the touch screen.
float y


Detailed Description

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.

Definition at line 73 of file Input.hpp.


Member Data Documentation

Allows for identification of a touch across calls.

Definition at line 76 of file Input.hpp.

Position of a touch on the touch screen.

Definition at line 78 of file Input.hpp.

Definition at line 78 of file Input.hpp.


The documentation for this struct was generated from the following file: