Stores information for a single touch event. More...
#include "touchInfo.h"
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) |
Stores information for a single touch event.
Definition at line 22 of file touchInfo.h.