Wiki Page Content

Differences between revisions 4 and 5
Revision 4 as of 2011-02-23 03:57:50
Size: 567
Editor: KenBull
Comment: Removed code references by request from Sam
Revision 5 as of 2013-09-27 11:16:26
Size: 740
Editor: gerstrong
Comment: Remarks updated
Deletions are marked like this. Additions are marked like this.
Line 21: Line 21:
''You can add useful comments here''
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.

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

None: SDL_StartTextInput (last edited 2015-01-28 20:25:32 by PhilippWiesemann)

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