Northwoods.GoWeb Assembly > Northwoods.GoWeb Namespace : GoInputEventArgs Class |
The following tables list the members exposed by GoInputEventArgs.
Name | Description | |
---|---|---|
GoInputEventArgs Constructor | Overloaded. |
Name | Description | |
---|---|---|
Alt | Gets whether Modifiers has the Alt flag (mask == 4) set. | |
Buttons | Gets or sets the MouseButtons used with this input event. | |
Control | Gets whether Modifiers has the Control flag (mask == 2) 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. | |
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. | |
Modifiers | Gets or sets the modifier keys used with this input event. | |
Shift | Gets whether Modifiers has the Shift flag (mask == 1) set. | |
ViewPoint | Gets or sets the point at which this input event occurred. |