Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions content/en-us/reference/engine/enums/MouseBehavior.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,14 +17,14 @@ items:
deprecation_message: ''
- name: LockCenter
summary: |
The mouse is locked, and cannot move from, the center of the user's
The mouse is locked and cannot move from the center of the user's
screen.
value: 1
tags: []
deprecation_message: ''
- name: LockCurrentPosition
summary: |
The mouse is locked, and cannot move from, it's current position on the
The mouse is locked and cannot move from its current position on the
user's screen at the time of locking.
value: 2
tags: []
Expand Down