Godot Version
Godot 4.2
Question
What is the best way to make a 3d camera rotation for touch screen devices like mobile.
I was made screen rotation with InputEventMouseMotion it is not working with multipletouch
Godot 4.2
What is the best way to make a 3d camera rotation for touch screen devices like mobile.
I was made screen rotation with InputEventMouseMotion it is not working with multipletouch
I think you can check InputEventScreenTouch — Godot Engine (stable) documentation in English and its subclasses.