IMouseInputSource Interface |
Namespace: Eto.Forms
The IMouseInputSource type exposes the following members.
| Name | Description | |
|---|---|---|
| MouseDoubleClick |
Occurs when a mouse button is double clicked within the bounds of the control
| |
| MouseDown |
Occurs when a mouse button has been pressed
| |
| MouseEnter |
Occurs when the mouse enters the bounds of the control
| |
| MouseLeave |
Occurs when mouse leaves the bounds of the control
| |
| MouseMove |
Occurs when mouse moves within the bounds of the control, or when the mouse is captured
| |
| MouseUp |
Occurs when a mouse button is released
| |
| MouseWheel |
Occurs when mouse wheel has been changed
|