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

◆ ctx() [2/2]

Context & MayaFlux::Portal::Forma::Surface::ctx ( )
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 118 of file Surface.hpp.

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

Referenced by MayaFlux::Portal::Forma::Collapsible::place().

+ Here is the caller graph for this function: