Public Member Functions | |
| KeyModifiers (bool alt, bool control, bool shift) | |
| Constructs a KeyModifiers structure with the given state of the alt, control and shift keys. | |
Properties | |
| bool | Alt [get, set] |
| Gets or sets the state of the Alt key. | |
| bool | Control [get, set] |
| Gets or sets the state of the Control key. | |
| bool | Shift [get, set] |
| Gets or sets the state of the Shift key. | |
| AgateLib.InputLib.KeyModifiers.KeyModifiers | ( | bool | alt, | |
| bool | control, | |||
| bool | shift | |||
| ) |
Constructs a KeyModifiers structure with the given state of the alt, control and shift keys.
| alt | ||
| control | ||
| shift |
bool AgateLib.InputLib.KeyModifiers.Alt [get, set] |
Gets or sets the state of the Alt key.
bool AgateLib.InputLib.KeyModifiers.Control [get, set] |
Gets or sets the state of the Control key.
bool AgateLib.InputLib.KeyModifiers.Shift [get, set] |
Gets or sets the state of the Shift key.
|
AgateLib Awesome Game and Tool Engine Library |
|