From 7e515963a66227105e7f6a8fe021907af9255395 Mon Sep 17 00:00:00 2001 From: Philipp Wiesemann Date: Wed, 27 Aug 2014 23:27:42 +0200 Subject: [PATCH] Corrected hint documentation. --- include/SDL_hints.h | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/include/SDL_hints.h b/include/SDL_hints.h index 5c9185e22b3bd..b9254109565e4 100644 --- a/include/SDL_hints.h +++ b/include/SDL_hints.h @@ -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"