MouseUp (Method)

From Legacy Roblox Wiki
Revision as of 15:06, 30 April 2011 by >Anaminus (Adding info)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigationJump to search
MouseUp( )
Returns nil
Description: Stops the current dragging action (made by MouseDown).
Member of: Dragger


Notes

  • Stops the current dragging action.
  • Cannot be called if MouseDown hasn't already been called.
  • Generally used with Mouse.Button1Up.

See Also