An extension for Construct.js to include bindings for various input devices - namely: mouse, touch, gamepad.
Using bower:
bower install construct.input
First configure the extension with the input devices you will be including (before construct is initiated)
construct.input(["mouse", "touch"]);
Then use the relevant methods in the Main3D view...
Created by Makis Tracend ( @tracend )
Released at Makesites.org
Distributed under the MIT license