MouseButton1Down (Event): Difference between revisions

From Goodblox Wiki
Jump to navigationJump to search
(created the page)
 
mNo edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{CatUp|Events}}
There is a special event for 2D GUI objects.
<onlyinclude>{{Event|
<onlyinclude>{{Event|
name                  = MouseButton1Down
name                  = MouseButton1Down
Line 6: Line 8:
}}</onlyinclude>
}}</onlyinclude>


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

Latest revision as of 21:03, 23 September 2021

There is a special event for 2D GUI objects.

Event
Syntax MouseButton1Down( Integer x, Integer y )
Description: Fired when the mouse is in the left mouse down state on the GUI object.
In Object: GuiButton


There is a special event for 3D Handle objects.

Event
Syntax MouseButton1Down( Axis axis )
Description: Fired when the left mouse button goes down on one of the GUI handles.
In Object: ArcHandles, Handles