On an InputEventScreenTouch, is it possible to press more than an Control Button at the same time with muititouch?

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

For example, if on desktop, the player use the keyboard, and if on mobile, the player use multitouch to press more than one Control Button at the same time, and the buttons’ text is what key he is pressing.

:bust_in_silhouette: Reply From: Gil-Koren

It might not be possible using buttons, I would test it with one-click-deploy. However, the InputEventScreenTouch does support multitouch. Maybe using areas with input functions can do the trick if buttons don’t work. Feel free to ask me more in the comments :slight_smile: