It would be good to have a Windows implementation of setVirtualKeyboardVisible, particularly for touchscreen Windows devices.
Keyboard.hpp notes that not all OSes have virtual keyboards and so the function may be OS-dependent, but Windows does have this support and there are many touchscreen Windows devices without keyboards.
Use case:
I have a program that supports Windows tablets and includes text input fields. I want a tap on a text input field to bring up the virtual keyboard automatically, because the virtual keyboard toggle in the Start menu is at best inconvenient, and at worst inaccessible in a full screen program.
To enable this use case completely requires implementation of
keyboard detection, as you would not want the virtual keyboard coming up on a keyboard-connected device.