MouseDown
- Last UpdatedNov 17, 2021
- 1 minute read
The MouseDown event is triggered when the user presses the mouse key down while an object has focus.
Syntax
<objectname>.MouseDown(integer button, integer shift, single X, single Y);
The MouseDown event is triggered when the user presses the mouse key down while an object has focus.
<objectname>.MouseDown(integer button, integer shift, single X, single Y);