Browse Source

Platform: doc++

pull/220/head
Vladimír Vondruš 9 years ago
parent
commit
fada6fba05
  1. 4
      src/Magnum/Platform/Sdl2Application.h

4
src/Magnum/Platform/Sdl2Application.h

@ -227,6 +227,10 @@ file contains event listeners which print loading status on the page. The
status displayed in the remaining two `<div>`s, if they are available.
The CSS file contains rudimentary style to avoid eye bleeding.
The document `<title>` can be overriden by calling
@ref Configuration::setTitle(), but that of course happens only after the app
fully loads.
The application redirects all output (thus also @ref Corrade::Utility::Debug "Debug",
@ref Corrade::Utility::Warning "Warning" and @ref Corrade::Utility::Error "Error")
to JavaScript console. It's possible to pass command-line arguments to `main()`

Loading…
Cancel
Save