moousture
moousture copied to clipboard
A mouse gesture library written soley in javascript with power and flexiblity to mould itself for you. Implemented on Mootools following the Object Oriented standards. Library is aimed to set out a fu...
How would you set the simple linear directions? I tried the following but not quite working. gstr.addGesture([0], left); gstr.addGesture([4], right); gstr.addGesture([2], up); gstr.addGesture([6], down);
Aslam Alaequm Zohaib, I appreciate your hard work, its awesome. I really enjoyed its demo and want to learn a lot from it as I'm a beginner in mootools. My...