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

◆ await_event()

Kriya::EventAwaiter MayaFlux::Vruta::EventSource::await_event ( Core::WindowEventType  type)

Creates awaiter for specific event type.

Definition at line 54 of file EventSource.cpp.

55{
56 return Kriya::EventAwaiter { *this, type };
57}
friend class Kriya::EventAwaiter