MouseDrag (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}}
{{CatUp|Events}}
<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 a handle is clicked and dragged.
|object              = [[GBX.lua.ArcHandles (Object)|ArcHandles]], [[GBX.lua.Handles (Object)|Handles]]
|object              = [[GBX.lua.ArcHandles (Object)|ArcHandles]], [[GBX.lua.Handles (Object)|Handles]]
}}</onlyinclude>
}}</onlyinclude>


[[Category:Events]]
[[Category:Events]]

Latest revision as of 21:04, 23 September 2021

Event
Syntax MouseDrag( Axis axis, Float relativeAngle, Float deltaRadius )
Description: Fired when a handle is clicked and dragged.
In Object: ArcHandles, Handles