Stores information for a single touch event.
More...
#include "touchInfo.h"
List of all members.
Public Types |
enum | TouchInfoFlags { TIF_move = 0x0001,
TIF_down = 0x0002,
TIF_up = 0x0004
} |
Public Member Functions |
int | get_flags () |
int | get_id () |
int | get_x () |
int | get_y () |
void | set_flags (int flags) |
void | set_id (int id) |
void | set_x (int x) |
void | set_y (int y) |
Detailed Description
Stores information for a single touch event.
Definition at line 24 of file touchInfo.h.
The documentation for this class was generated from the following files: