playMaker

Author Topic: Is Touch Event slower to respond than Get Key Down or Up?  (Read 576 times)

playmakertester

  • Full Member
  • ***
  • Posts: 211
Is Touch Event slower to respond than Get Key Down or Up?
« on: September 19, 2020, 05:35:05 AM »
Hi,

We test on the PC before we test on mobile.

Entering the game on the PC worked fine using the keyboard to "Get Key Down (or Up)", but when I used "Touch Event" for mobile, it generated an event on the FSM. I've noticed that it's a few frames slower than using Get Key Down (or Up) to make it work.

I'd like to have a mobile touch input that has the same response time as Get Key Down(or Up), but if you have any good actions, please let me know.