view Platforms/Wasm/WasmViewport.h @ 731:ac4fe43551a1

merge am-dev -> default
author Alain Mazy <alain@mazy.be>
date Tue, 21 May 2019 13:53:57 +0200
parents 4f2416d519b4
children c35e98d22764
line wrap: on
line source

#pragma once

#include <Framework/Viewport/WidgetViewport.h>

#include <emscripten/emscripten.h>

#ifdef __cplusplus
extern "C" {
#endif

  // JS methods accessible from C++
  extern Deprecated::WidgetViewport* CreateWasmViewportFromCpp(const char* htmlCanvasId);

#ifdef __cplusplus
}
#endif

extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, Deprecated::IWidget* centralWidget);