667
edits
Changes
→High-Level Mouse Lock Implementation Tasks
# Save the screenX and screenY position before locking the mouse
# Restructure Lock method to do most of its operations in a separate thread.
# Review https://developer.mozilla.org/en/API/Mouse_Lock_API for correctness with spec + our implementation
==Resources==