Wiki Page Content

Revision 7 as of 2014-07-04 11:53:48

Clear message

DRAFT

SDL_StartTextInput

Use this function to start accepting Unicode text input events.

Syntax

void SDL_StartTextInput(void)

Code Examples

You can add your code example here

Remarks

This function will start accepting Unicode text input events in the focused SDL window, and start emitting SDL_TEXTINPUT and SDL_TEXTEDITING events. Please use this function in pair with SDL_StopTextInput().


CategoryAPI, CategoryKeyboard

(Page Info.)
Feedback
Please include your contact information if you'd like to receive a reply.
Submit