MouseInputEventBase
- class Communicator.Event.MouseInputEventBase()
Methods
Methods
altDown
- Communicator.Event.MouseInputEventBase.altDown()
gets the state of the alt key
- Return type
boolean
- Returns
whether the alt key was down when this event was generated
commandDown
- Communicator.Event.MouseInputEventBase.commandDown()
gets the state of the command key
- Return type
boolean
- Returns
whether the command key was down when this event was generated
controlDown
- Communicator.Event.MouseInputEventBase.controlDown()
gets the state of the control key
- Return type
boolean
- Returns
whether the control key was down when this event was generated
getDate
- Communicator.Event.MouseInputEventBase.getDate()
Gets the Date this event occurred
- Return type
Date
- Returns
the event Date
getEventType
- Communicator.Event.MouseInputEventBase.getEventType()
gets the event type
- Return type
Communicator.MouseInputType
- Returns
the type of mouse event
getHandled
- Communicator.Event.MouseInputEventBase.getHandled()
Gets the handled state of the event
- Return type
boolean
- Returns
whether the event has been handled
getModifiers
- Communicator.Event.MouseInputEventBase.getModifiers()
gets the event modifiers
- Return type
Communicator.KeyModifiers
- Returns
bitwise combination of KeyModifiers
getPosition
- Communicator.Event.MouseInputEventBase.getPosition()
gets the window position of the mouse pointer for this event
- Return type
Communicator.Point2
- Returns
the mouse position for this event