jeromeetienne / tquery

extension system for three.js
http://jeromeetienne.github.io/tquery/
MIT License
651 stars 120 forks source link

Handle keypress keyup in tquery keyboard #194

Closed jeromeetienne closed 11 years ago

jeromeetienne commented 12 years ago

In threex, just store the events press/up when it occurs

And do a function .clear() which clear those 2 buffers

Then in tquery, add this clear in loop post render

jeromeetienne commented 11 years ago

Exported .domElement(). Thus one can listen to it