Godot Touch Input Manager - Godot 4.x v2.1.2 Scripts 4.0 Community
Submitted by user mavcito; MIT; 2023-05-03
Godot Touch Input Manager (GDTIM) is an asset that improves touch input support (includes new gestures) in the Godot game engine. You just need to autoload a script and it will start analyzing the touch input. When a gesture is detected a Custom Input Event corresponding to the detected gesture will be created and fed up to the Godot built in Input Event system so it triggers functions like _input(InputEvent event). There is also a signal for each gesture if you prefer using signals to the aforementioned.
View files Download Submit an issue Recent Edits