Browse Source

Platform: doc++

pull/193/head
Vladimír Vondruš 9 years ago
parent
commit
57b36240c2
  1. 2
      src/Magnum/Platform/Sdl2Application.h

2
src/Magnum/Platform/Sdl2Application.h

@ -637,6 +637,8 @@ class Sdl2Application {
/** /**
* @brief Stop text input * @brief Stop text input
* *
* Stops text input that went to @ref textInputEvent() and
* @ref textEditingEvent().
* @see @ref startTextInput(), @ref isTextInputActive(), @ref textInputEvent() * @see @ref startTextInput(), @ref isTextInputActive(), @ref textInputEvent()
* @ref textEditingEvent() * @ref textEditingEvent()
*/ */

Loading…
Cancel
Save