comparison Platforms/WebAssembly/default-library.js @ 229:b0ba3b38a23c am

ScheduleRedraw can handle multiple viewports
author am@osimis.io
date Thu, 14 Jun 2018 16:51:43 +0200
parents
children 5027cb2feb51
comparison
equal deleted inserted replaced
228:210c1ce8e1a6 229:b0ba3b38a23c
1 // this file contains the JS method you want to expose to C++ code
2
3 mergeInto(LibraryManager.library, {
4 ScheduleWebViewportRedrawFromCpp: function(cppViewportHandle) {
5 ScheduleWebViewportRedraw(cppViewportHandle);
6 }
7 });
8