Summary
Encapsulates the current state of modifier keys.
Constructors
ModifierKeysState(bool ctrl = false, bool alt = false, bool shift = false, bool win = false) | Constructor. |
Instance methods
| bool | | Override; see base. |
| int | |
Operators
| bool | | Compares the modifiers and returns true iff the two are equal. |
| bool | | Compares the modifiers and returns true iff the two are not equal. |
Instance properties
| bool | | Gets the state of the Alt key (true if left OR right is down). |
| bool | | Gets the state of the Control key (true if left OR right is down). |
| bool | | Gets the state of the Shift key (true if left OR right is down). |
| bool | | Gets the state of the Windows key (true if left OR right is down). |