Skip to content

v4.1

Latest
Compare
Choose a tag to compare
@EmeraldSlash EmeraldSlash released this 27 Aug 21:43
  • Added RbxMouse:IsInputNew() as a simple wrapper for checking if the given input object is new this frame (e.g. only allow buttons to be pressed directly and not by dragging an existing press into its bounding box)
  • Added RbxMouse:IsTouchUsingThumbstick() for checking if the given touch is operating the thumbstick
  • Added RbxMouse:BeginSingleInput() and RbxMouse:EndSingleInput() for handling of situations where you only want a single input to be active at a time (e.g. a press on a button on a multi-touch mobile device)
  • Improved documentation