Mercurial > hg > orthanc-stone
view Platforms/Wasm/WasmViewport.h @ 332:50e5ec1bdd46 am-2
separating ZoomMouseTracker and PanMouseTracker from WorldSceneWidget
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 17 Oct 2018 19:38:39 +0200 |
parents | 092db46c6291 |
children | 4f2416d519b4 |
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 OrthancStone::WidgetViewport* CreateWasmViewportFromCpp(const char* htmlCanvasId); #ifdef __cplusplus } #endif extern void AttachWidgetToWasmViewport(const char* htmlCanvasId, OrthancStone::IWidget* centralWidget);