1.10 |
Application instance that provides support for running LUA, including a LUA REPL. More...
#include <luaapp.h>
Public Member Functions | |
int | run () override |
Run the application. | |
Application instance that provides support for running LUA, including a LUA REPL.
|
override |
Run the application.
This will initialize the application and start running the event loop. This function will block until the event loop is told to exit by calling quit().