Title |
Godot Touch Input Manager - Godot 4.x |
Godot Touch Input Manager - Godot 4.x |
Description |
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. |
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. |
Category |
Scripts |
Scripts |
License |
MIT |
MIT |
Repository Provider |
GitHub |
GitHub |
Repository Url |
https://github.com/Federico-Ciuffardi/GodotTouchInputManager
|
https://github.com/Federico-Ciuffardi/GodotTouchInputManager
|
Issues Url |
https://github.com/Federico-Ciuffardi/GodotTouchInputManager/issues
|
https://github.com/Federico-Ciuffardi/GodotTouchInputManager/issues
|
Godot version |
Godot 4.0 |
Godot 4.0 |
Version String |
v2.1.2 |
v2.1.2 |
Download Commit |
e894585602f834a42c8cda68dd48f0adfe6807e6 |
e894585602f834a42c8cda68dd48f0adfe6807e6 |
Download Url (Computed) |
https://github.com/Federico-Ciuffardi/GodotTouchInputManager/archive/e894585602f834a42c8cda68dd48f0adfe6807e6.zip
|
https://github.com/Federico-Ciuffardi/GodotTouchInputManager/archive/e894585602f834a42c8cda68dd48f0adfe6807e6.zip
|
Icon Url |
https://i.imgur.com/sCsbALu.png
|
https://i.imgur.com/sCsbALu.png
|