MouseBehavior
Used with the UserInputService.MouseBehavior property of UserInputService to set how the user's mouse behaves.
Items
Name | Value | Summary |
---|---|---|
Default | 0 | The mouse moves freely around the user's screen. |
LockCenter | 1 | The mouse is locked, and cannot move from, the center of the user's screen. |
LockCurrentPosition | 2 | The mouse is locked, and cannot move from, it's current position on the user's screen at the time of locking. |