Function SDL_ScreenKeyboardShown
pub unsafe extern "C" fn SDL_ScreenKeyboardShown(
window: *mut SDL_Window,
) -> bool
Available on crate feature
dep_sdl3
only.Expand description
Check whether the screen keyboard is shown for given window.
§Parameters
window
: the window for which screen keyboard should be queried.
§Return value
Returns true if screen keyboard is shown or false if not.
§Thread safety
This function should only be called on the main thread.
§Availability
This function is available since SDL 3.2.0.