• Hey Guest! Ever feel like entering a Game Jam, but the time limit is always too much pressure? We get it... You lead a hectic life and dedicating 3 whole days to make a game just doesn't work for you! So, why not enter the GMC SLOW JAM? Take your time! Kick back and make your game over 4 months! Interested? Then just click here!

iOS Can't detect fast tapping?

I'm trying to detect fast tapping anywhere on the screen but it seems limited to 1 second tap detection between tap events?

I set the gesture_drag_time(0.1) and gesture_double_tap_time(0.1) in the create event.
Then in both "Global Tap" and "Global Double Tap" I set a variable touch_click=1; - which in the step event I then evaluate.

Testing it on the desktop is fine but when running on iPhone there is a massive delay between each tap event?

Thank you for your help in advance! :)
 
Top