MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
Loading...
Searching...
No Matches

◆ is_running()

bool MayaFlux::Core::InputManager::is_running ( ) const
inline

Check if processing thread is running.

Definition at line 63 of file InputManager.hpp.

63{ return m_running.load(); }
std::atomic< bool > m_running