The following tables list the members exposed by InputContext.
Name | Description | |
---|---|---|
![]() | InputContext Constructor | Initializes a new instance of the InputContext class. |
Name | Description | |
---|---|---|
![]() | Alt | Gets a value indicating whether the Alt key is pressed. |
![]() | Buttons | Gets or sets the mouse buttons. |
![]() | Control | Gets a value indicating whether the Ctrl key is pressed. |
![]() | Delta | Gets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel. |
![]() | Key | Gets or sets the key. |
![]() | KeyEventArgs | Gets or sets the key event args. |
![]() | Modifiers | Gets or sets the modifiers. |
![]() | MouseEventArgs | Gets or sets the mouse event args. |
![]() | Shift | Gets a value indicating whether the Shift key is pressed. |
![]() | ViewPoint | Gets or sets the view point. |