Making a virtual analog stick for android

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

First of all I’m newbie on godot but a newbie trying to make a virtual analog stick for android.

Could you help me with which nodes should I choose? I’m trying with this one: TouchScreenButton, but it’s not binding click, may i’m missing something, or everything.

Is there a better way/pattern for this kind of component? Is there any component like this?

@maurodias TouchScreenButtons only work for Android. If you click them on Windows, nothing will happen.
Just test them on Android.

AlGrande | 2016-08-31 10:55

:bust_in_silhouette: Reply From: jospic

Take a look this:
https://forum.godotengine.org/360/omni-directional-touch-pad?show=375#a375

Regards
-j