view Platforms/WebAssembly/defaultLibrary.js @ 227:c8f11437a6fd am

getting ready for multiple viewports
author am@osimis.io
date Thu, 14 Jun 2018 13:28:40 +0200
parents 84844649a8fd
children
line wrap: on
line source

// this file contains the JS method you want to expose to C++ code

mergeInto(LibraryManager.library, {
    ScheduleRedraw: function() {
      ScheduleRedraw();
    }
  });