Android Input

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By edimemune
:warning: Old Version Published before Godot 3 was released.

How to write a game for android in Godot? How does the android input works?

:bust_in_silhouette: Reply From: LainVohnDyrec

simple taps can be coded using left mouse events

if your game needs to detect multiple touches(hold pinch)
then you need to use Touch Input in Docs

Could you give me the link for the touch input docs, please?

edimemune | 2017-09-10 12:17

Demo project:
Loading...
Docs on InputEvent (general):
Using InputEvent — Godot Engine (stable) documentation in English
ScreenTouch event:
InputEventScreenTouch — Godot Engine (stable) documentation in English

wombatstampede | 2017-09-11 09:31