|
|
|
@ -43,9 +43,12 @@ |
|
|
|
#include "Magnum/Platform/Platform.h" |
|
|
|
#include "Magnum/Platform/Platform.h" |
|
|
|
|
|
|
|
|
|
|
|
#if defined(CORRADE_TARGET_EMSCRIPTEN) || defined(DOXYGEN_GENERATING_OUTPUT) |
|
|
|
#if defined(CORRADE_TARGET_EMSCRIPTEN) || defined(DOXYGEN_GENERATING_OUTPUT) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
#ifndef DOXYGEN_GENERATING_OUTPUT |
|
|
|
struct EmscriptenKeyboardEvent; |
|
|
|
struct EmscriptenKeyboardEvent; |
|
|
|
struct EmscriptenMouseEvent; |
|
|
|
struct EmscriptenMouseEvent; |
|
|
|
struct EmscriptenWheelEvent; |
|
|
|
struct EmscriptenWheelEvent; |
|
|
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
namespace Magnum { namespace Platform { |
|
|
|
namespace Magnum { namespace Platform { |
|
|
|
|
|
|
|
|
|
|
|
|