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 131 of file InputManager.hpp.

132 {
133 return m_events_processed.load();
134 }
std::atomic< uint64_t > m_events_processed