Blender V2.61 - r43446
|
#include <GHOST_EventCursor.h>
Public Member Functions | |
GHOST_EventCursor (GHOST_TUns64 msec, GHOST_TEventType type, GHOST_IWindow *window, GHOST_TInt32 x, GHOST_TInt32 y) | |
Protected Attributes | |
GHOST_TEventCursorData | m_cursorEventData |
GHOST_EventCursor::GHOST_EventCursor | ( | GHOST_TUns64 | msec, |
GHOST_TEventType | type, | ||
GHOST_IWindow * | window, | ||
GHOST_TInt32 | x, | ||
GHOST_TInt32 | y | ||
) | [inline] |
Constructor.
msec | 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. |
Definition at line 53 of file GHOST_EventCursor.h.
References m_cursorEventData, GHOST_Event::m_data, GHOST_TEventCursorData::x, and GHOST_TEventCursorData::y.
The x,y-coordinates of the cursor position.
Definition at line 63 of file GHOST_EventCursor.h.
Referenced by GHOST_EventCursor().