[This is preliminary documentation and is subject to change.]
The KeyboardState type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
| AllKeys |
Gets all keys.
| |
| IsAltDown |
Gets a value indicating whether either alt key is down.
| |
| IsControlDown |
Gets a value indicating whether either control key is down.
| |
| IsShiftDown |
Gets a value indicating whether either shift key is down.
| |
| PressedKeys |
Gets pressed keys.
| |
| ReleasedKeys |
Gets released keys.
|
See Also