Represents a mouse event.
Returns the X coordinate of the mouse event, measured in points.
Returns the Y coordinate of the mouse event, measured in points.
Returns the coordinates of the mouse event measured in points.
Sets the coordinates of the mouse event, measured in points.
Returns whether the initiator for the event was the left mouse button.
Returns whether the initiator for the event was the right mouse button.
Returns whether the initiator for the event was the middle mouse button.
Returns whether the left mouse button was pressed during the event.
Returns whether the right mouse button was pressed during the event.
Returns whether the middle mouse button was pressed during the event.
Returns whether the Shift key was pressed during the event.
Returns whether the Alt (or Option) key was pressed during the event.
Returns whether the Control key was pressed during the event.
Returns whether the meta key was pressed during the event. Maps to the Windows key on Windows and the Command key on Mac OS X.
Returns whether the accelerator key was pressed during the event. Maps to the Control key on Windows and the Command key on Mac OS X.
Returns the number of detents the user has wheeled through. Positive values correspond to wheel-up and negative to wheel-down.
Returns the platform-native modifier mask.
Returns whether this event has been marked as handled by one of its slots, terminating the normal iteration of the event's slots.
Marks the event as handled, terminating the normal iteration of the event's slots.
Returns the Window in which the MouseEvent occurred.