JohnAustinDev / xulsword

Automatically exported from code.google.com/p/xulsword
17 stars 6 forks source link

Implement libxulsword callbacks #249

Closed tomr2k closed 1 year ago

tomr2k commented 2 years ago

libxulsword relies on three JavaScript callbacks:

In our current implementation these functions are stubbed out in the module's c++ code ... no call to the JavaScript layer is made.

JohnAustinDev commented 1 year ago

These are completed.