No virtual keyboard in Windows 10

:information_source: Attention Topic was automatically imported from the old Question2Answer platform.
:bust_in_silhouette: Asked By Guerro

Hi. I am developing an app for Windows 10 tablets and probably Android.
The problem is that the virtual keyboard does not shows up when a lineedit is focused. The user has to show the keyboard using the icon on the Windows taskbar.

I tried to use the instruction

OS.show_virtual_keyboard()

when a lineedit is focused but this dows not work in Windows 10.
There is a way to show the virtual keyboard in Windows 10?
Thank you

:bust_in_silhouette: Reply From: Calinou

Godot only supports displaying the OS-provided virtual keyboard on Android, iOS and HTML5. On other platforms, you have to implement your own virtual keyboard using Godot’s GUI system.

Thank you, I did not know this.

Guerro | 2021-08-23 06:51