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
@brief SDL2 application
Application using [Simple DirectMedia Layer](www.libsdl.org/) toolkit. Supports
keyboard and mouse handling.
Application using [Simple DirectMedia Layer](http://www.libsdl.org/) toolkit.
Supports keyboard and mouse handling.
This application library is available on desktop OpenGL (Linux, Windows, OS X)
and in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". It depends on **SDL2**

Loading…
Cancel
Save