MouseDrag (Event): Difference between revisions
From Goodblox Wiki
Jump to navigationJump to search
(created the page) |
mNo edit summary |
||
Line 3: | Line 3: | ||
<onlyinclude>{{Event| | <onlyinclude>{{Event| | ||
name = MouseDrag | name = MouseDrag | ||
|arguments = [[Axis]] ''axis'', [[Float]] ''relativeAngle'', [[Float]] ''deltaRadius'' | |arguments = [[Axis (Enum)|Axis]] ''axis'', [[Float]] ''relativeAngle'', [[Float]] ''deltaRadius'' | ||
|description = Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet. | |description = Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet. | ||
|object = [[GBX.lua.ArcHandles (Object)|ArcHandles]], [[GBX.lua.Handles (Object)|Handles]] | |object = [[GBX.lua.ArcHandles (Object)|ArcHandles]], [[GBX.lua.Handles (Object)|Handles]] |
Revision as of 04:14, 22 September 2021
Event | |
---|---|
Syntax | MouseDrag( Axis axis, Float relativeAngle, Float deltaRadius ) |
Description: | Fired when the mouse moves while the MouseButton1Down event has fired, but the left mouse button has not been released yet. |
In Object: | ArcHandles, Handles |