MayaFlux 0.3.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 43 of file EventSource.cpp.

44{
45 return Kriya::EventAwaiter { *this, type };
46}
friend class Kriya::EventAwaiter