How to get more than one position when I drag on the phone screen???

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Nitsuga

Hi!!

I don’t know how get 2 position values from InputEventScreenDrag… one value for each finger. it’s possible??

THANKS!!!

:bust_in_silhouette: Reply From: jgodfrey

Looking at the docs, I’d expect each finger to generate a separate InputEvent. Additionally, each of the events will have a different index property value - indicating different “fingers” on the screen at the same time.