|
MayaFlux 0.1.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Core::WindowManager::register_frame_hook | ( | const std::string & | name, |
| std::function< void()> | hook | ||
| ) |
Register a hook that runs every frame.
| name | Hook identifier |
| hook | Function to call each frame |
Definition at line 189 of file WindowManager.cpp.
References m_frame_hooks, and m_hooks_mutex.