The MouseBehavior enum has 3 items. It is used to determine how a player's mouse should behave.
| Name | Value | Description |
|---|---|---|
| Default | 0 | Normal behavior |
| LockCenter | 1 | Mouse locked to center of screen |
| LockCurrentPosition | 2 | Mouse locked to its current position |
The MouseBehavior enum has 3 items. It is used to determine how a player's mouse should behave.
| Name | Value | Description |
|---|---|---|
| Default | 0 | Normal behavior |
| LockCenter | 1 | Mouse locked to center of screen |
| LockCurrentPosition | 2 | Mouse locked to its current position |