#pragma section-numbers off #pragma disable-camelcase || DRAFT|| = SDL_StopTextInput = Use this function to stop receiving any text input events. <> == Syntax == {{{#!highlight cpp void SDL_StopTextInput(void) }}} == Code Examples == {{{#!highlight cpp You can add your code example here }}} == Remarks == There is a [[Tutorials/TextInput|tutorial]]. == Related Functions == .[[SDL_StartTextInput]] ---- [[CategoryAPI]], [[CategoryKeyboard]]