pub fn set_virtual_keyboard_visible(visible: bool)
Expand description

Show or hide the virtual keyboard.

Warning: the virtual keyboard is not supported on all systems. It will typically be implemented on mobile OSes (Android, iOS) but not on desktop OSes (Windows, Linux, …).

If the virtual keyboard is not available, this function does nothing.