Virtual joystick plugin for Godot Engine.
You can install the plugin with GIT.
cd /path/to/project
mkdir -p addons
cd addons
git clone https://github.com/rohanrhu/virtual-joystick
Fires during user control.
Fires while button is trimming to container's border.
Fires when user released the joystick.
- While you are testing it on mouse, you may want to enable
Project Settings > General > Input Devices > Pointing > Emulate Touch From Mouse
setting.
MIT