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

◆ ctx() [1/2]

const Context & MayaFlux::Portal::Forma::Surface::ctx ( ) const
inlinenoexcept

Access the event router.

Anything supported by Context is reachable here: on_press, on_release, on_move, on_enter, on_leave, on_scroll.

Definition at line 121 of file Surface.hpp.

121{ return *m_ctx; }
std::shared_ptr< Context > m_ctx
Definition Surface.hpp:163