MayaFlux 0.1.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 27 of file EventSource.cpp.

28{
29 return Kriya::EventAwaiter { *this, type };
30}
friend class Kriya::EventAwaiter