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

◆ has_pending()

bool MayaFlux::Vruta::EventSource::has_pending ( ) const
inline

Checks if events are pending.

Definition at line 51 of file EventSource.hpp.

51{ return !m_pending_events.empty(); }
std::queue< Core::WindowEvent > m_pending_events