Function SDL_HasScreenKeyboardSupport

pub unsafe extern "C" fn SDL_HasScreenKeyboardSupport() -> bool
Available on crate feature dep_sdl3 only.
Expand description

Check whether the platform has screen keyboard support.

§Return value

Returns true if the platform has some screen keyboard support 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.

§See also