Blender V2.61 - r43446
Public Member Functions | Protected Attributes

GHOST_EventCursor Class Reference

#include <GHOST_EventCursor.h>

Inheritance diagram for GHOST_EventCursor:
Inheritance graph
[legend]

List of all members.

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

Detailed Description

Cursor event.

Author:
Maarten Gribnau
Date:
May 11, 2001

Definition at line 43 of file GHOST_EventCursor.h.


Constructor & Destructor Documentation

GHOST_EventCursor::GHOST_EventCursor ( GHOST_TUns64  msec,
GHOST_TEventType  type,
GHOST_IWindow window,
GHOST_TInt32  x,
GHOST_TInt32  y 
) [inline]

Constructor.

Parameters:
msecThe time this event was generated.
typeThe type of this event.
xThe x-coordinate of the location the cursor was at at the time of the event.
yThe 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.


Member Data Documentation

The x,y-coordinates of the cursor position.

Definition at line 63 of file GHOST_EventCursor.h.

Referenced by GHOST_EventCursor().


The documentation for this class was generated from the following file: