cppexpose
cppexpose copied to clipboard
Duktape: Add bindings for print() and alert()
See https://github.com/svaarala/duktape/tree/master/extras/print-alert.
A UI-independent way of implementing this could be to add corresponding signals to AbstractScriptBackend
that script console implementations can connect to.