Platform.KeyboardShow
static void KeyboardShow(bool show, TextContext inputType)
Request or hide a soft keyboard for the user to type on. StereoKit will surface OS provided soft keyboards where available, and use a fallback keyboard when not. On systems with physical keyboards, soft keyboards generally will not be shown if the user has interacted with their physical keyboard recently.
bool show | Tells whether or not to open or close the soft keyboard. |
TextContext inputType | Soft keyboards can change layout to optimize for the type of text that’s required. StereoKit will request the soft keyboard layout that most closely represents the TextContext provided. |
Found an issue with these docs, or have some additional questions? Create an Issue on Github!