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