Does somebody know how open the "windows 8 touch keyboard" from an SWT application?
I want to open the "touch keyboard" when the SWT input get focus, like other native applications do.
Perhaps there is a particular "style" to use, when instantiating the Text
class?
Something like:
text = new Text(shell, SWT.OPEN_TOUCH_KEYBOARD);