Open main menu

CDOT Wiki β

Changes

Implementing the Mouse Lock API in Firefox

108 bytes added, 21:35, 29 November 2011
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==