Open main menu

CDOT Wiki β

Changes

Implementing the Mouse Lock API in Firefox

3 bytes removed, 20:38, 30 November 2011
Implementation
# Before locking the mouse check if the element is a DOM element and if it is in the DOM Tree diogogmt
# Fix accurateness of mouse positioning on unlock() (should be the same point as when lock() was called). Currently works, but is offset. See nsEventStateManager::SetMouseLock.
# Restructure Lock method to do most of its operations in a separate thread. diogogmthumph
=====Out of Scope Implementation=====
1
edit