Blender
V3.3
|
#include <GHOST_EventNDOF.h>
Public Member Functions | |
GHOST_EventNDOFButton (uint64_t time, GHOST_IWindow *window) | |
![]() | |
GHOST_Event (uint64_t msec, GHOST_TEventType type, GHOST_IWindow *window) | |
GHOST_TEventType | getType () |
uint64_t | getTime () |
GHOST_IWindow * | getWindow () |
GHOST_TEventDataPtr | getData () |
![]() | |
virtual | ~GHOST_IEvent () |
Protected Attributes | |
GHOST_TEventNDOFButtonData | m_buttonData |
![]() | |
GHOST_TEventType | m_type |
uint64_t | m_time |
GHOST_IWindow * | m_window |
GHOST_TEventDataPtr | m_data |
Definition at line 27 of file GHOST_EventNDOF.h.
|
inline |
Definition at line 32 of file GHOST_EventNDOF.h.
References m_buttonData, and GHOST_Event::m_data.
|
protected |
Definition at line 29 of file GHOST_EventNDOF.h.
Referenced by GHOST_EventNDOFButton().