afarra6 / godot-multi-touch-gui

Multi-touch support for many Godot GUI nodes

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

godot-multi-touch-gui

Multi-touch support for many Godot GUI nodes, allowing for simultaneous control of multiple GUI nodes at once using touch input. Currently includes:

  • MultiTouchPanel
  • MultiTouchSliderH
  • MultiTouchSliderV
  • MultiTouchButton
  • MultiTouchLineEdit (experimental)

MultiTouchPanel

Support for up to 10 simultaneous inputs.

MultiTouchLineEdit

Currently, MultiTouchLineEdit does not allow for selecting individual text or moving the caret within the LineEdit. You can clear the LineEdit by two-finger tapping the MultiTouchLineEdit

About

Multi-touch support for many Godot GUI nodes

License:Creative Commons Zero v1.0 Universal


Languages

Language:GDScript 100.0%