Joypad and Mouse Debugger
A downloadable tool
A simple extension of the Godot Demo for Joypads, to also include Mouse `event.relative` through a reset in the `process` function and a setting from `_unhandled_input`
func _unhandled_input(event: InputEvent) -> void:
if event is InputEventMouseMotion:
look = event.relative
func _process(_delta: float) -> void:
set_mouse_ui()
look = Vector2.ZERO
Download
Download
JoypadsAndControls.zip 30 MB
Install instructions
Download and Extract the ZIP contents, and run the standard (non-console) named EXE file.

Leave a comment
Log in with itch.io to leave a comment.