How to handle multiple touches?
scrapee_net
Member Posts: 424
This is what I'm thinking a way to do... Spawn an actor at any touch position. How could this be done, if there is for example five fingers touching the screen at the same time?
Would this work?
if count touch =1
spawn at touch 1 positions
if count touch =2
spawn at touch 2 positions.
Would this work?
if count touch =1
spawn at touch 1 positions
if count touch =2
spawn at touch 2 positions.