MouseEventArgs Class |
Namespace: Eto.Forms
The MouseEventArgs type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseEventArgs |
Initializes a new instance of the MouseEventArgs class.
|
| Name | Description | |
|---|---|---|
| Buttons |
Gets the mouse buttons involved in the event.
| |
| Delta |
Gets or sets the delta change of the scroll wheel for the event.
| |
| Handled |
Gets or sets a value indicating whether the event is handled.
| |
| Location |
Gets the location of the mouse relative to the control that raised the event.
| |
| Modifiers | ||
| Pressure |
Gets or sets the pressure of the mouse/stylus press, if applicable. 1.0 if full pressure or not supported.
|