|
Blender V4.5
|
#include <GHOST_EventNDOF.hh>
Inherits GHOST_Event.
Public Member Functions | |
| GHOST_EventNDOFButton (uint64_t time, GHOST_IWindow *window) | |
| Public Member Functions inherited from GHOST_Event | |
| GHOST_Event (uint64_t msec, GHOST_TEventType type, GHOST_IWindow *window) | |
| GHOST_TEventType | getType () const override |
| uint64_t | getTime () const override |
| GHOST_IWindow * | getWindow () const override |
| GHOST_TEventDataPtr | getData () const override |
| Public Member Functions inherited from GHOST_IEvent | |
| virtual | ~GHOST_IEvent ()=default |
Protected Attributes | |
| GHOST_TEventNDOFButtonData | m_buttonData |
| Protected Attributes inherited from GHOST_Event | |
| GHOST_TEventType | m_type |
| uint64_t | m_time |
| GHOST_IWindow * | m_window |
| GHOST_TEventDataPtr | m_data = nullptr |
Definition at line 29 of file GHOST_EventNDOF.hh.
|
inline |
Definition at line 34 of file GHOST_EventNDOF.hh.
References GHOST_Event::GHOST_Event(), m_buttonData, and GHOST_Event::m_data.
|
protected |
Definition at line 31 of file GHOST_EventNDOF.hh.
Referenced by GHOST_EventNDOFButton().