MouseEventType Enum
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released.
What event type was the mouse event
public enum MouseEventType
- Inheritance
-
MouseEventType
Fields
Down | 0 | The button was pressed down |
Up | 1 | The button was pressed up |