Scroll to navigation

SDL_TextInputShown(3) SDL3 FUNCTIONS SDL_TextInputShown(3)

NAME

SDL_TextInputShown - Returns if an IME Composite or Candidate window is currently shown.

SYNOPSIS

#include "SDL3/SDL.h"
SDL_bool SDL_TextInputShown(void);

RETURN VALUE

Returns SDL_TRUE
if shown, else SDL_FALSE

AVAILABILITY

This function is available since SDL 3.0.0.

SDL 3.1.0 SDL