martinfuchs / Godot-Onscreen-Keyboard

Onscreen Keyboard Plugin for Godot Engine
MIT License
38 stars 6 forks source link

Work with SteamDeck? #2

Open JohnAD opened 1 year ago

JohnAD commented 1 year ago

I wish I had known about your plugin a year ago. I ended up writing a specialized "Keyboard Scene" that is switched to whenever text input is required.

So, I have to ask: does this plugin work in a friendly manner with Joystick or D-Pad on systems that do not have a keyboard or mouse? (such as the SteamDeck)

If so, I may move to this in my next major release or project and offer to help as an active developer.

Bonus question: can it handle UTF8 for Spanish? pinyin text input for Chinese? RTL for Arabic? It's okay if not, just curious.

martinfuchs commented 1 year ago

Hi. No this Keyboard does not work with Joystick or D-Pad jet. Could be implemented. It handles UTF8. We use it for Italian/French and German. All characters are defined here, and could be extended: https://github.com/martinfuchs/Godot-Onscreen-Keyboard/blob/main/addons/onscreenkeyboard/keylist.gd