view Applications/Samples/samples-library.js @ 463:1155d0b4f557 am-touch-events

debug build by default to have access to the C++ call stack when assertion fails
author Alain Mazy <alain@mazy.be>
date Thu, 07 Feb 2019 09:26:57 +0100
parents 126c9c0c9333
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();
//    }
//  });