MouseClickEvent Struct
Definition
Event for a mouse click
public struct MouseClickEvent
- Inheritance
- System.ValueTypeMouseClickEvent
Properties
MouseClickCount | How many times was the mouse clicked |
MouseClickType | What was the MouseClickType |
MouseEventType | What was the MouseEventType |
MouseX | The X position the mouse was clicked at |
MouseY | The Y position the mouse was clicked at |