gdscript keyboard

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

Hello,

under Godot can we display a keyboard on the screen for the interface of a ‘device’ ?

Thank you

I can not find an example to use 'void show_virtual_keyboard (String existing_text = “”)
it seems obscure !

vivid | 2019-09-21 17:28

:bust_in_silhouette: Reply From: vivid

apparently under ‘gdscript’ this is not possible, it must be realized with Api.

Correction of my error we can do it with gdscript; OS.show_virtual_keyboard ()

vivid | 2019-09-21 20:13