“Emulate touch from mouse” doesn’t.

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

I’ve coded a custom click gesture detection for my game, but I might have to add a multi-touch gesture, such as pinching in. However, even with the option “Emulate touch from mouse” enabled, Godot is sending InputEventMouse instead of InputEventScreenTouch.