MouseButton1Up (Event)
From Goodblox Wiki
Jump to navigationJump to search
There is a special event for 2D GUI objects.
Event | |
---|---|
Syntax | MouseButton1Up( Integer x, Integer y ) |
Description: | Fired when the left mouse has released the GUI object. |
In Object: | GuiButton |
There is a special event for 3D Handle objects.
Event | |
---|---|
Syntax | MouseButton1Up( Axis axis ) |
Description: | Fired when the left mouse button is released on one of the GUI handles. |
In Object: | ArcHandles, Handles |