|
API Links
Developer Links
|
struct MouseEventData
Defined in: C4Types.h
The MouseEventData structure contains information about a mouse event.
Definition
struct MouseEventData
Data Members
EventType eventType; |
The type of mouse event.
|
unsigned_int32 eventFlags; |
The event flags for the event.
|
Point3D mousePosition; |
The mouse position associated with the event.
|
Description
The MouseEventData structure contains the event type, mouse position, and special flags for a mouse event. The eventFlags field can be a combination (through logical OR) of the following values.
kMouseDoubleClick |
The mouse down event is the second click in a double-click.
|
See Also
KeyboardEventData
|