|
Size: 707
Comment: added code reference
|
Size: 827
Comment: Added code reference for function definition.
|
| Deletions are marked like this. | Additions are marked like this. |
| Line 16: | Line 16: |
| Declared at [[http://hg.libsdl.org/SDL/file/default/include/SDL_keyboard.h#l143|include/SDL_keyboard.h line 143]] | Declared at [[http://hg.libsdl.org/SDL/file/default/include/SDL_keyboard.h#l143|include/SDL_keyboard.h line 143]]<<BR>> Defined at [[http://hg.libsdl.org/SDL/file/default/src/video/SDL_video.c#l2470|src/video/SDL_video.c line 2470]] |
DRAFT |
SDL_StartTextInput
Use this function to start accepting Unicode text input events.
Syntax
void SDL_StartTextInput(void)
Code References
Declared at include/SDL_keyboard.h line 143
Defined at src/video/SDL_video.c line 2470
Code Examples
You can add your code example here
Remarks
You can add useful comments here
