Version

InputContext Class Members

The following tables list the members exposed by InputContext.

Public Constructors
 NameDescription
Public ConstructorInputContext ConstructorInitializes a new instance of the InputContext class.  
Public Properties
 NameDescription
Public PropertyAltGets a value indicating whether the Alt key is pressed.  
Public PropertyButtonsGets or sets the mouse buttons.  
Public PropertyControlGets a value indicating whether the Ctrl key is pressed.  
Public PropertyDeltaGets a signed count of the number of detents the mouse wheel has rotated. A detent is one notch of the mouse wheel.  
Public PropertyKeyGets or sets the key.  
Public PropertyKeyEventArgsGets or sets the key event args.  
Public PropertyModifiersGets or sets the modifiers.  
Public PropertyMouseEventArgsGets or sets the mouse event args.  
Public PropertyShiftGets a value indicating whether the Shift key is pressed.  
Public PropertyViewPointGets or sets the view point.  
See Also