Outgoing connections now work in mingw driver.

This commit is contained in:
2021-10-08 16:38:10 -04:00
parent e7f55a2411
commit 760bd22874
6 changed files with 98 additions and 24 deletions

View File

@@ -152,12 +152,13 @@ public:
// The update callback. You may override this in a subclass.
// This will be called whenever anything changes.
//
virtual void event_init() {}
virtual void event_update() {}
// Get the current time.
//
// DRIVER: This returns the time most recently stored by the driver
// using drv_set_clock.
// using drv_set_clock.
//
double get_clock();
@@ -291,8 +292,9 @@ public:
//
void drv_set_lua_source(util::LuaSourcePtr source);
// Invoke the update event.
// Invoke the init or update event.
//
void drv_invoke_event_init();
void drv_invoke_event_update();
// Check the 'rescan_lua_source' flag. If this flag is set, it means