|
|
|
|
@ -34,14 +34,14 @@
|
|
|
|
|
#include <Corrade/Utility/String.h> |
|
|
|
|
|
|
|
|
|
#include "Magnum/Math/ConfigurationValue.h" |
|
|
|
|
#include "Magnum/Platform/ScreenedApplication.hpp" |
|
|
|
|
#include "Magnum/Platform/Implementation/DpiScaling.h" |
|
|
|
|
|
|
|
|
|
#ifdef MAGNUM_TARGET_GL |
|
|
|
|
#include "Magnum/GL/Version.h" |
|
|
|
|
#include "Magnum/Platform/GLContext.h" |
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
#include "Magnum/Platform/Implementation/DpiScaling.h" |
|
|
|
|
|
|
|
|
|
namespace Magnum { namespace Platform { |
|
|
|
|
|
|
|
|
|
namespace { |
|
|
|
|
@ -737,4 +737,7 @@ EmscriptenApplication::InputEvent::Modifiers EmscriptenApplication::KeyEvent::mo
|
|
|
|
|
return m; |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
template class BasicScreen<EmscriptenApplication>; |
|
|
|
|
template class BasicScreenedApplication<EmscriptenApplication>; |
|
|
|
|
|
|
|
|
|
}} |
|
|
|
|
|