|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| MAYAFLUX_API void MayaFlux::Await | ( | ) |
Blocks launcher until user input (optional convenience function)
Use this only in launcher applications that need to block the main thread until shutdown is requested.
On macOS: Spawns input thread and allow GLFW to run on main thread On Linux/Windows: Simple blocking cin.get()
Usage (optional):
Definition at line 135 of file Core.cpp.
References MayaFlux::Core::Engine::await_shutdown(), get_context(), and MayaFlux::internal::initialized.
Referenced by main().
Here is the call graph for this function:
Here is the caller graph for this function: