|
Blender
V2.93
|
#include <GHOST_EventNDOF.h>
Inherits GHOST_Event.
Public Member Functions | |
| GHOST_EventNDOFMotion (GHOST_TUns64 time, GHOST_IWindow *window) | |
Public Member Functions inherited from GHOST_Event | |
| GHOST_Event (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window) | |
| GHOST_TEventType | getType () |
| GHOST_TUns64 | getTime () |
| GHOST_IWindow * | getWindow () |
| GHOST_TEventDataPtr | getData () |
Public Member Functions inherited from GHOST_IEvent | |
| virtual | ~GHOST_IEvent () |
Protected Attributes | |
| GHOST_TEventNDOFMotionData | m_axisData |
Protected Attributes inherited from GHOST_Event | |
| GHOST_TEventType | m_type |
| GHOST_TUns64 | m_time |
| GHOST_IWindow * | m_window |
| GHOST_TEventDataPtr | m_data |
Definition at line 29 of file GHOST_EventNDOF.h.
|
inline |
Definition at line 34 of file GHOST_EventNDOF.h.
References m_axisData, and GHOST_Event::m_data.
|
protected |
Definition at line 31 of file GHOST_EventNDOF.h.
Referenced by GHOST_EventNDOFMotion().