Blender V2.61 - r43446
|
#include <GHOST_EventButton.h>
Public Member Functions | |
GHOST_EventButton (GHOST_TUns64 time, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TButtonMask button) | |
Protected Attributes | |
GHOST_TEventButtonData | m_buttonEventData |
GHOST_EventButton::GHOST_EventButton | ( | GHOST_TUns64 | time, |
GHOST_TEventType | type, | ||
GHOST_IWindow * | window, | ||
GHOST_TButtonMask | button | ||
) | [inline] |
Constructor.
time | The time this event was generated. |
type | The type of this event. |
x | The x-coordinate of the location the cursor was at at the time of the event. |
y | The y-coordinate of the location the cursor was at at the time of the event. |
buttons | The state of the buttons was at at the time of the event. |
Definition at line 54 of file GHOST_EventButton.h.
References GHOST_TEventButtonData::button, m_buttonEventData, and GHOST_Event::m_data.
The button event data.
Definition at line 63 of file GHOST_EventButton.h.
Referenced by GHOST_EventButton().