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

◆ await_event()

Kriya::WindowEventAwaiter MayaFlux::Vruta::WindowEventSource::await_event ( Core::WindowEventType  type)

Creates an awaiter that resumes on the next event matching a type.

Parameters
typeEvent type to wait for.

Definition at line 39 of file WindowEventSource.cpp.

40{
41 return Kriya::WindowEventAwaiter { *this, type };
42}