MouseButton1Up (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
mNo edit summary
No edit summary
Line 1: Line 1:
{{CatUp|Events}}
{{CatUp|Events}}


There is a special event for 2D GUI objects.
<onlyinclude>{{Event|
<onlyinclude>{{Event|
name                  = MouseButton1Up
name                  = MouseButton1Up
Line 8: Line 9:
}}</onlyinclude>
}}</onlyinclude>


There is a special event for 3D Handle objects.
<onlyinclude>{{Event|
<onlyinclude>{{Event|
name                  = MouseButton1Up
name                  = MouseButton1Up

Revision as of 04:25, 22 September 2021


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