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

◆ await_resume()

Core::WindowEvent MayaFlux::Kriya::WindowEventAwaiter::await_resume ( )

Returns the event that caused resumption.

Definition at line 27 of file EventAwaiter.cpp.

28{
29 m_is_suspended = false;
30 return m_result;
31}

References MayaFlux::Kriya::EventAwaiter::m_is_suspended, and m_result.