Northwoods.Go Assembly > Northwoods.Go Namespace : GoInputEventArgs Class |
The following tables list the members exposed by GoInputEventArgs.
Name | Description | |
---|---|---|
GoInputEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Alt | Gets whether Modifiers has Keys.Alt set. | |
Buttons | Gets or sets the MouseButtons used with this input event. | |
Control | Gets whether Modifiers has Keys.Control set. | |
Delta | Gets or sets the amount of change associated with a mouse-wheel rotation. | |
DocPoint | Gets or sets the point at which this input event occurred. | |
DoubleClick | Gets or sets whether this is a double-click event. | |
DragEventArgs | Gets or sets the DragEventArgs associated with this input event. | |
InputState | Gets or sets the GoInputState as defined by various tools. | |
IsContextButton | Gets whether Buttons equals MouseButtons.Right . | |
Key | Gets or sets the key pressed as this input event. | |
KeyEventArgs | Gets or sets the KeyEventArgs associated with this input event. | |
Modifiers | Gets or sets the modifier keys used with this input event. | |
MouseEventArgs | Gets or sets the MouseEventArgs associated with this input event. | |
Shift | Gets whether Modifiers has Keys.Shift set. | |
ViewPoint | Gets or sets the point at which this input event occurred. |