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

◆ ~InputManager()

MayaFlux::Core::InputManager::~InputManager ( )

Definition at line 28 of file InputManager.cpp.

29{
30 if (m_running.load()) {
31 stop();
32 }
33
34#ifdef MAYAFLUX_PLATFORM_MACOS
35 delete m_registrations.load();
36#endif
37}
std::atomic< std::shared_ptr< const RegistrationList > > m_registrations
void stop()
Stop the processing thread.
std::atomic< bool > m_running

References m_registrations, m_running, and stop().

+ Here is the call graph for this function: