Public Member Functions | |
| bool | GetWinFormsKey (System.Windows.Forms.Keys id) |
| Gets the state of a key using the System.Windows.Forms.Keys enum values. | |
| void | SetWinFormsKey (System.Windows.Forms.Keys id, bool value) |
| Sets the state of a key using the System.Windows.Forms.Keys enum values. Used by Forms to respond to key events. | |
Static Public Member Functions | |
| static KeyCode | TransformWinFormsKey (System.Windows.Forms.Keys id) |
| Converts a System.Windows.Forms.Keys value to a KeyCode value. | |
Properties | |
| bool | this [KeyCode id] [get, set] |
| Gets or sets the state of the given key. | |
| bool AgateLib.InputLib.Keyboard.Keyboard.KeyState.GetWinFormsKey | ( | System.Windows.Forms.Keys | id | ) |
Gets the state of a key using the System.Windows.Forms.Keys enum values.
| id |
| void AgateLib.InputLib.Keyboard.Keyboard.KeyState.SetWinFormsKey | ( | System.Windows.Forms.Keys | id, | |
| bool | value | |||
| ) |
Sets the state of a key using the System.Windows.Forms.Keys enum values. Used by Forms to respond to key events.
| id | ||
| value |
| static KeyCode AgateLib.InputLib.Keyboard.Keyboard.KeyState.TransformWinFormsKey | ( | System.Windows.Forms.Keys | id | ) | [static] |
Converts a System.Windows.Forms.Keys value to a KeyCode value.
| id |
bool AgateLib.InputLib.Keyboard.Keyboard.KeyState.this[KeyCode id] [get, set] |
Gets or sets the state of the given key.
| id |
|
AgateLib Awesome Game and Tool Engine Library |
|