|
Panda3D
|
This specialization on CallbackData is passed when the callback is initiated from from an implementation of the GraphicsWindowProc class, such as PythonGraphicsWindowProc. More...
Public Member Functions | |
| int | getNumTouches () |
| Returns the current number of touches on the window. | |
| TouchInfo | getTouchInfo (int index) |
| Returns the TouchInfo object describing the specified touch. | |
| bool | isTouchEvent () |
| Returns whether the event is a touch event. | |
Static Public Member Functions | |
| static TypeHandle | getClassType () |
This specialization on CallbackData is passed when the callback is initiated from from an implementation of the GraphicsWindowProc class, such as PythonGraphicsWindowProc.
| static TypeHandle getClassType | ( | ) | [static] |
Reimplemented from CallbackData.
| int getNumTouches | ( | ) |
Returns the current number of touches on the window.
| bool isTouchEvent | ( | ) |
Returns whether the event is a touch event.
1.7.3