Function fermium::keyboard::SDL_StopTextInput[][src]

pub unsafe extern "C" fn SDL_StopTextInput()
Expand description

Stop receiving any text input events.

This function will hide the on-screen keyboard if supported.

See Also: SDL_StartTextInput, SDL_HasScreenKeyboardSupport