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

◆ ~HIDBackend()

MayaFlux::Core::HIDBackend::~HIDBackend ( )
override

Definition at line 19 of file HIDBackend.cpp.

20{
21 if (m_initialized.load()) {
22 shutdown();
23 }
24}
std::atomic< bool > m_initialized
void shutdown() override
Shutdown and release all resources.

References m_initialized, and shutdown().

+ Here is the call graph for this function: