| SDL_ScreenKeyboardShown(3) | SDL3 FUNCTIONS | SDL_ScreenKeyboardShown(3) |
SDL_ScreenKeyboardShown - Check whether the screen keyboard is shown for given window.
Defined in SDL3/SDL_keyboard.h
#include "SDL3/SDL.h"
bool SDL_ScreenKeyboardShown(SDL_Window *window);
Returns true if screen keyboard is shown or false if not.
This function should only be called on the main thread.
This function is available since SDL 3.2.0.
| SDL 3.2.10 | Simple Directmedia Layer |