-
Types of Mouse Events
- Click
- Triggers when the left mouse button is pressed
down and then released while the cursor is over the button.
- LeftMouseDown
- Triggers when the left mouse button is pressed
down while the cursor is over the button.
- LeftMouseUp
- Triggers when the left mouse button is released
while the cursor is over the button.
- RightMouseDown
- Triggers when the right mouse button is pressed
down while the cursor is over the button.
- RightMouseUp
- Triggers when the right mouse button is released
while the cursor is over the button.