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

◆ next_event()

Kriya::WindowEventAwaiter MayaFlux::Vruta::WindowEventSource::next_event ( )

Creates an awaiter that resumes on the next event of any type.

Definition at line 34 of file WindowEventSource.cpp.

35{
36 return Kriya::WindowEventAwaiter { *this, {} };
37}