|
Panda3D
|
Stores information for a single touch event. More...
Public Types | |
| enum | TouchInfoFlags { TIFMove = 1, TIFDown = 2, TIFUp = 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 | ( | ) |
1.7.3