processing / p5.js-editor

Deprecated desktop editor for p5.js
https://p5js.org
MIT License
338 stars 91 forks source link

updating to v0.4.16 and fixes #172 #177

Closed lmccart closed 8 years ago

lmccart commented 8 years ago

I added a window property _isNodeWebkit that only gets set when running in nwjs window. This seemed like the least hacky way to detect node. I then disable the window.devicemotion event for this case. The other check didn't work I think because we are checking from the frontend.