Swipe Bundle

1261
1262
4
5

There are 2 types of swipes in this example, PC and Mobile.

PC is good for using mouse and games that use a single touch controls. But if your game is made with multi-touch in mind for mobile controls (like on screen buttons and joystick), I strongly recommend using the Mobile version of this bundle.

Mobile uses the "Gesture" behaviors for they are only used for multi-touch interface and does not work on PC. But the "Mouse" behavior will work in both PC and Mobile, but the mouse position is based on the newest moved position, which is not good for multi-touch games.

Editor