|
|
|
|
@ -421,14 +421,17 @@ class Sdl2Application {
|
|
|
|
|
|
|
|
|
|
/** @{ @name Screen handling */ |
|
|
|
|
|
|
|
|
|
#ifndef CORRADE_TARGET_EMSCRIPTEN |
|
|
|
|
/**
|
|
|
|
|
* @brief Window size |
|
|
|
|
* |
|
|
|
|
* Window size to which all input event coordinates can be related. |
|
|
|
|
* Note that especially on HiDPI systems the reported window size might |
|
|
|
|
* not be the same as framebuffer size. |
|
|
|
|
* @note Not available in @ref CORRADE_TARGET_EMSCRIPTEN "Emscripten". |
|
|
|
|
*/ |
|
|
|
|
Vector2i windowSize(); |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
/**
|
|
|
|
|
* @brief Swap buffers |
|
|
|
|
|