Changes

Jump to: navigation, search

Implementing the Mouse Lock API in Firefox

7 bytes removed, 13:24, 8 December 2011
Demos, Docs, Other
# Proper IDL documentation for navigator.pointer (see example in https://mxr.mozilla.org/mozilla-central/source/dom/interfaces/html/nsIDOMHTMLElement.idl#103), MouseLockable and its methods, MouseLockLost event, etc.
# Write a JavaScript library to somehow combine element.mozRequestFullScreen() and navigator.pointer.lock(). It would be good to hide the complexities of doing fullscreen then locking in a single API call. - nm486
<pre>
1
edit

Navigation menu