DragStopped (Event): Difference between revisions

From Legacy Roblox Wiki
Jump to navigationJump to search
>Legend26
Not sure if it's local or not.
 
>Legend26
No edit summary
 
(4 intermediate revisions by the same user not shown)
Line 1: Line 1:
<onlyinclude>{{Event
<onlyinclude>{{Event
|name = DragBegin
|name = DragStopped
|arguments = [[int]] ''x'', [[int]] ''y''
|arguments = [[int]] ''x'', [[int]] ''y''
|description = Fired when a player stops dragging the object. The arguments ''x'' and ''y'' represent the mouse's location.
|description = Fired when a player stops dragging the object. The arguments ''x'' and ''y'' represent the mouse's location.

Latest revision as of 22:03, 6 January 2012

DragStopped ( int x, int y )
Description Fired when a player stops dragging the object. The arguments x and y represent the mouse's location.
Member of: GuiObject