Open main menu

CDOT Wiki β

Changes

Implementing the Mouse Lock API in Firefox

37 bytes added, 16:11, 13 November 2011
High-Level Mouse Lock Implementation Tasks
# No mouse cursor is displayed when the mouse is locked
# MouseLockable DOM Implementation, navigator.pointer ([[Notes on MouseLock DOM Implementation Nov 13, 2001]])
## void lock (in Element target, optional in VoidCallback successCallback, optional in VoidCallback failureCallback);
## void unlock ();
## bool islocked ();
# navigator.pointer (access mouselock)
# Mouse Lock Platform Implementations
## Windows