--JPMultiTouchSimulator API JPMultiTouchSimulator.setEnabled ( bEnabled ) JPMultiTouchSimulator.setInputsVisible ( bVisible ) JPMultiTouchSimulator.addUser ( hUser ) JPMultiTouchSimulator.removeUser ( hUser ) --Usage: -- Move the mouse cursor with the left button down to simulate 1 finger (swipes, taps, long presses, with 1 finger). -- Move the mouse cursor with the right button down to simulate a 2 fingers gesture, with fingers doing the same thing (swipes, taps, long presses, with 2 fingers). -- Move the mouse cursor with the middle button down to simulate a 2 fingers gesture, with fingers doing the opposite gesture (pinches and rotations, with 2 fingers).
There are some things that are different on the platform and in ShiVa. This is the case for the multi touch.
JPMultiTouchSimulator provides you a simple way to simulate fingers touching your application, using the mouse and the buttons.
This pack can be used to simulate gestures for instance, here is how it works: