From 57b36240c2dce9b48fae12fec9969dcd9d0a1c9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20Vondru=C5=A1?= Date: Sun, 19 Feb 2017 21:04:44 +0100 Subject: [PATCH] Platform: doc++ --- src/Magnum/Platform/Sdl2Application.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index e2591e302..c15d522d2 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -637,6 +637,8 @@ class Sdl2Application { /** * @brief Stop text input * + * Stops text input that went to @ref textInputEvent() and + * @ref textEditingEvent(). * @see @ref startTextInput(), @ref isTextInputActive(), @ref textInputEvent() * @ref textEditingEvent() */