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

◆ on_leave()

void MayaFlux::Portal::Forma::Context::on_leave ( uint32_t  id,
LeaveFn  fn 
)

Called once when the cursor leaves an element's region.

Definition at line 58 of file Context.cpp.

59{
60 m_callbacks[id].leave = std::move(fn);
61}
std::unordered_map< uint32_t, ElementCallbacks > m_callbacks
Definition Context.hpp:252

References m_callbacks.