Browse Source

Platform: fixed SDL link in documentation.

Thx @biosek.
pull/34/head
Vladimír Vondruš 13 years ago
parent
commit
4eaedf94eb
  1. 4
      src/Platform/Sdl2Application.h

4
src/Platform/Sdl2Application.h

@ -51,8 +51,8 @@ namespace Platform {
/** @nosubgrouping /** @nosubgrouping
@brief SDL2 application @brief SDL2 application
Application using [Simple DirectMedia Layer](www.libsdl.org/) toolkit. Supports Application using [Simple DirectMedia Layer](http://www.libsdl.org/) toolkit.
keyboard and mouse handling. Supports keyboard and mouse handling.
This application library is available on desktop OpenGL (Linux, Windows, OS X) This application library is available on desktop OpenGL (Linux, Windows, OS X)
and in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". It depends on **SDL2** and in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". It depends on **SDL2**

Loading…
Cancel
Save