Double finger input management

I have tried to create fp movement for mobile. I m failing beacuse i m not able to track fingers, finger indexes and IDs are being changed constatly when using two fingers( one for joystick and one for screen swiping) if you ever managed to create fp movement using bolt,plz anwer me with full tutorial ( im unable to find one)

You need to actually track and capture a finger (by its identifier, obviously) for input, likely one for motion on the left side and one for look on the right side. Once captured, reject it elsewhere, essentially.

Haven’t done it in Bolt, but here is a fully-functional FPS for touchscreen in C#: two analog sticks, one under each half of the screen.

The VAButton class is what handles a single Virtual Analog Button joystick. It uses my MicroTouch class, which lets the same code run in mouse or multitouch environments.

Search for FPS…

proximity_buttons is presently hosted at these locations:

https://bitbucket.org/kurtdekker/proximity_buttons