logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_Capitalization - Auto capitalization type.

Availability

       This enum is available since SDL 3.2.0.

Description

       These are the valid values for

       SDL_PROP_TEXTINPUT_CAPITALIZATION_NUMBER .  Not every value is valid on every platform, but where a value
       isn't supported, a reasonable fallback will be used.

Header File

       Defined in SDL3/SDL_keyboard.h

Name

       SDL_Capitalization - Auto capitalization type.

See Also

(3), SDL_StartTextInputWithProperties(3)

Simple Directmedia Layer                           SDL 3.2.10                          SDL_Capitalization(3type)

Synopsis

#include"SDL3/SDL.h"typedefenumSDL_Capitalization{SDL_CAPITALIZE_NONE,/**<Noauto-capitalizationwillbedone*/SDL_CAPITALIZE_SENTENCES,/**<Thefirstletterofsentenceswillbecapitalized*/SDL_CAPITALIZE_WORDS,/**<Thefirstletterofwordswillbecapitalized*/SDL_CAPITALIZE_LETTERS/**<Allletterswillbecapitalized*/}SDL_Capitalization;

See Also