Man page - sdl_hasscreenkeyboardsupport(3)

Packages contas this manual

Manual

SDL_HasScreenKeyboardSupport(3) SDL3 FUNCTIONS SDL_HasScreenKeyboardSupport(3)

SDL_HasScreenKeyboardSupport - Check whether the platform has screen keyboard support.

Defined in SDL3/SDL_keyboard.h

#include "SDL3/SDL.h"
bool SDL_HasScreenKeyboardSupport(void);

Returns true if the platform has some screen keyboard support or false if not.

This function should only be called on the main thread.

This function is available since SDL 3.2.0.

(3), SDL_StartTextInput(3), (3), SDL_ScreenKeyboardShown(3)

SDL 3.2.10 Simple Directmedia Layer