--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).
Il y a certaines choses qui sont différentes sur le device et dans ShiVa. C'est par exemple le cas du multi touch.
JPMultiTouchSimulator vous offre un moyen simple de simuler des doigts qui touchent votre application, en utilisant la souris et les boutons.
Ce pack peut être utilisé également pour simuler des gestures, voici comment ça fonctionne :