diff --git a/src/Magnum/Platform/Sdl2Application.h b/src/Magnum/Platform/Sdl2Application.h index eb5289388..30cb1643e 100644 --- a/src/Magnum/Platform/Sdl2Application.h +++ b/src/Magnum/Platform/Sdl2Application.h @@ -283,7 +283,8 @@ class Sdl2Application { * @brief Redraw immediately * * Marks the window for redrawing, resulting in call to @ref drawEvent() - * in the next iteration. + * in the next iteration. You can call it from @ref drawEvent() itself + * to redraw immediately without waiting for user input. */ void redraw() { flags |= Flag::Redraw; }