I WAAANT!!!! :D
Dripping Code from FAT Toyko Fellow:
http://userscripts.org/scripts/review/62853
Orientation API (FF 3.6)
Article: http://hacks.mozilla.org/2009/10/orientation-for-firefox/
Demo: http://people.mozilla.com/~prouget/demos/orientation/test1.html
Code:
window.addEventListener("MozOrientation", function(e) {
/* 3 values: e.x, e.y, e.z */
}, true);
I WAAANT!!!! :D
Dripping Code from FAT Toyko Fellow:
http://userscripts.org/scripts/review/62853
Orientation API (FF 3.6)
Article: http://hacks.mozilla.org/2009/10/orientation-for-firefox/
Demo: http://people.mozilla.com/~prouget/demos/orientation/test1.html
Code:
window.addEventListener("MozOrientation", function(e) {
/* 3 values: e.x, e.y, e.z */
}, true);