MayaFlux 0.4.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 125 of file InputManager.hpp.

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