E3DKeyEventArgs Class |
[Missing <summary> documentation for "T:Demo3D.Common.E3DKeyEventArgs"]
Namespace: Demo3D.Common
public class E3DKeyEventArgs
The E3DKeyEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| E3DKeyEventArgs |
Initializes a new instance of the E3DKeyEventArgs class.
|
| Name | Description | |
|---|---|---|
| Alt |
Gets a value indicating whether the ALT key was pressed.
| |
| Control |
Gets a value indicating whether the CTRL key was pressed.
| |
| Handled |
Gets or sets a value indicating whether the event was handled.
| |
| KeyCode |
Gets the keyboard code for the event.
| |
| KeyData |
Gets the key data for the event.
| |
| KeyValue |
Gets the keyboard value for the event.
| |
| Modifiers |
Gets the modifier flags for a the event.
This indicates which modifier keys (CTRL, SHIFT, and/or ALT) were pressed.
| |
| Shift |
Gets a value indicating whether the SHIFT key was pressed.
|