great work !!! ,, that plugin,,,, helped me a lot
thank you !
also I am gonna help u to fix one thing to get v0.6
just change in
document.pointerLockElement
----- > document.pointerLockElement =
document["pointerLockElement"] ||
document["mozPointerLockElement"] ||
document["webkitPointerLockElement"];
..... now it will be working for chrome to detect if pointer is unlocked or not
try it at my forum,,,,,
its multiplayer game i am working on