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

◆ ~InputManager()

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

Definition at line 31 of file InputManager.cpp.

32{
33 if (m_running.load()) {
34 stop();
35 }
36
37#ifdef MAYAFLUX_PLATFORM_MACOS
38 delete m_registrations.load();
39#endif
40}
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: