Blender
V3.3
|
#include <GHOST_EventButton.h>
Public Member Functions | |
GHOST_EventButton (uint64_t time, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TButton button, const GHOST_TabletData &tablet) | |
![]() | |
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_TEventButtonData | m_buttonEventData |
![]() | |
GHOST_TEventType | m_type |
uint64_t | m_time |
GHOST_IWindow * | m_window |
GHOST_TEventDataPtr | m_data |
Mouse button event.
Definition at line 17 of file GHOST_EventButton.h.
|
inline |
Constructor.
time | The time this event was generated. |
type | The type of this event. |
window | The window of this event. |
button | The state of the buttons were at the time of the event. |
tablet | The tablet data associated with this event. |
Definition at line 27 of file GHOST_EventButton.h.
|
protected |
The button event data.
Definition at line 39 of file GHOST_EventButton.h.