comparison OrthancStone/Sources/Viewport/WebAssemblyViewport.h @ 1571:85e117739eca

cppcheck
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 21 Sep 2020 17:46:39 +0200
parents 314b6dc507d9
children e4a52cbbdd70
comparison
equal deleted inserted replaced
1570:9a04f42098a3 1571:85e117739eca
89 89
90 virtual void UpdateSize(ICompositor& compositor) = 0; 90 virtual void UpdateSize(ICompositor& compositor) = 0;
91 91
92 /** 92 /**
93 The second argument is temporary and should be deleted once the migration 93 The second argument is temporary and should be deleted once the migration
94 to interactors is finished. 94 to interactors is finished. It should be set to "true" for new applications.
95 */ 95 */
96 WebAssemblyViewport(const std::string& canvasId, 96 WebAssemblyViewport(const std::string& canvasId,
97 bool enableEmscriptenMouseEvents = true); 97 bool enableEmscriptenMouseEvents);
98 98
99 void PostConstructor(); 99 void PostConstructor();
100 100
101 public: 101 public:
102 virtual ILock* Lock() ORTHANC_OVERRIDE; 102 virtual ILock* Lock() ORTHANC_OVERRIDE;