Skip to content

Commit

Permalink
Corrected hint documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Aug 27, 2014
1 parent 66a88c6 commit 7e51596
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions include/SDL_hints.h
Expand Up @@ -478,14 +478,13 @@ extern "C" {
#define SDL_HINT_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION "SDL_ANDROID_APK_EXPANSION_PATCH_FILE_VERSION"

/**
* \brief A variable to control whether certain IMs should handle text editing internally instead of sending TEXTEDITING events.
*
* \brief A variable to control whether certain IMEs should handle text editing internally instead of sending SDL_TEXTEDITING events.
*
* The variable can be set to the following values:
* "0" - TEXTEDITING events are sent, and it is the application's
* "0" - SDL_TEXTEDITING events are sent, and it is the application's
* responsibility to render the text from these events and
* differentiate it somehow from committed text. (default)
* "1" - If supported by the IM then TEXTEDITING events are not sent,
* "1" - If supported by the IME then SDL_TEXTEDITING events are not sent,
* and text that is being composed will be rendered in its own UI.
*/
#define SDL_HINT_IME_INTERNAL_EDITING "SDL_IME_INTERNAL_EDITING"
Expand Down

0 comments on commit 7e51596

Please sign in to comment.