Panda3D
|
Stores information for a single touch event. More...
#include <pandadoc.hpp>
Public Types | |
enum | TouchInfoFlags { TIF_move = 1 , TIF_down = 2 , TIF_up = 4 } |
Public Member Functions | |
__init__ (const TouchInfo) | |
int | getFlags () |
int | getId () |
int | getX () |
int | getY () |
Stores information for a single touch event.
enum TouchInfoFlags |
__init__ | ( | const TouchInfo | ) |
int getFlags | ( | ) |
int getId | ( | ) |
int getX | ( | ) |
int getY | ( | ) |