EventChecker Methods |
The EventChecker type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | CheckAnySymmetricalModifiers |
Verifies if any of the "symmetrical" keyboard modifiers, defined in the event, are
currently in effect (pressed and hold). The exact match is required.
|
![]() ![]() | CheckClickEvent | Checks if the mouse click event has happen during the frame. |
![]() ![]() | CheckLeftSymmetricalModifiers |
Verifies if the left-side "symmetrical" keyboard modifiers, defined in the event, are
currently in effect (pressed and hold). The exact match is required.
|
![]() ![]() | CheckRightSymmetricalModifiers |
Verifies if the right-side "symmetrical" keyboard modifiers, defined in the event, are
currently in effect (pressed and hold). The exact match is required.
|
![]() ![]() | GetInputButtonFromEvent | Extracts mouse button from a keyboard event definition. |
![]() ![]() | IsModifierCombinationPressed | Obsolete. Verifies that the requested key modifiers are pressed. |