godot-joystick

An asset by apock
The page banner background of a mountain and forest
godot-joystick hero image

Quick Information

0 ratings
godot-joystick icon image
apock
godot-joystick

Multitouch joystick with demo

Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Basic joystick controller with a small demo

Has basic "multitouch" support! Just add a second joystick and make them not overlap.

What's provided

  • joystick.tscn and required assets
  • demo scene with two joysticks and basic movement.

How to use.

  • Add a CanvasLayer. Allows you
  • (optional) Add a control node to anchor and position things where you want.
  • Add a instance of the joystick scene (res://addons/joystick/joystick.tscn) or two!
  • Hook up to the signal joystick_input. This signal provides 3 pieces of information, strength, direction, and delta passed from process (if it's being held) or 0 if it's just been released

Notes:

Should be used on a canvas layer for positioning. It's my understanding that's probably best practice, let me know if not ;)

Multitouch joystick with demo

Reviews

0 ratings

Your Rating

Headline must be at least 3 characters but not more than 50
Review must be at least 5 characters but not more than 500
Please sign in to add a review

Quick Information

0 ratings
godot-joystick icon image
apock
godot-joystick

Multitouch joystick with demo

Supported Engine Version
4.0
Version String
0.2
License Version
MIT
Support Level
community
Modified Date
1 year ago
Git URL
Issue URL

Open Source

Released under the AGPLv3 license

Plug and Play

Browse assets directly from Godot

Community Driven

Created by developers for developers