MouseButton1Down (Event)

From Goodblox Wiki
Jump to navigationJump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

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