GraphicsWindowProcCallbackData
-
class GraphicsWindowProcCallbackData
Bases:
CallbackData
This specialization on
CallbackData
is passed when the callback is initiated from from an implementation of the GraphicsWindowProc class, such as PythonGraphicsWindowProc.Inheritance diagram
-
static TypeHandle get_class_type(void)
-
int get_num_touches(void)
Returns the current number of touches on the window.
-
bool is_touch_event(void)
Returns whether the event is a touch event.
-
static TypeHandle get_class_type(void)