Click or drag to resize

EventChecker Methods

The EventChecker type exposes the following members.

Methods
  NameDescription
Public methodStatic memberCheckAnySymmetricalModifiers
Verifies if any of the "symmetrical" keyboard modifiers, defined in the event, are currently in effect (pressed and hold). The exact match is required.
Public methodStatic memberCheckClickEvent
Checks if the mouse click event has happen during the frame.
Public methodStatic memberCheckLeftSymmetricalModifiers
Verifies if the left-side "symmetrical" keyboard modifiers, defined in the event, are currently in effect (pressed and hold). The exact match is required.
Public methodStatic memberCheckRightSymmetricalModifiers
Verifies if the right-side "symmetrical" keyboard modifiers, defined in the event, are currently in effect (pressed and hold). The exact match is required.
Public methodStatic memberGetInputButtonFromEvent
Extracts mouse button from a keyboard event definition.
Public methodStatic memberIsModifierCombinationPressed Obsolete.
Verifies that the requested key modifiers are pressed.
Top
See Also