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

◆ get_events_processed()

uint64_t MayaFlux::Core::InputManager::get_events_processed ( ) const
inline

Get number of events processed since start.

Definition at line 124 of file InputManager.hpp.

125 {
126 return m_events_processed.load();
127 }
std::atomic< uint64_t > m_events_processed