Panda3D
|
Stores information for a single touch event. More...
Public Types | |
enum | TouchInfoFlags { TIF_move = 1, TIF_down = 2, TIF_up = 4 } |
Public Member Functions | |
int | getFlags () |
int | getId () |
int | getX () |
int | getY () |
Stores information for a single touch event.
enum TouchInfoFlags |
int getFlags | ( | ) |
int getId | ( | ) |
int getX | ( | ) |
int getY | ( | ) |