comparison Applications/Samples/samples-library.js @ 238:126c9c0c9333 am

SimpleViewer demo running both with SDL and Wasm
author am@osimis.io
date Wed, 20 Jun 2018 09:25:39 +0200
parents
children
comparison
equal deleted inserted replaced
237:b4642964c355 238:126c9c0c9333
1 // this file contains the JS method you want to expose to C++ code
2
3 // mergeInto(LibraryManager.library, {
4 // ScheduleRedraw: function() {
5 // ScheduleRedraw();
6 // }
7 // });
8