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

◆ on_move()

void MayaFlux::Portal::Forma::Context::on_move ( uint32_t  id,
MoveFn  fn 
)

Called each move event while the cursor is over an element.

Definition at line 43 of file Context.cpp.

44{
45 m_callbacks[id].move = std::move(fn);
46}
std::unordered_map< uint32_t, ElementCallbacks > m_callbacks
Definition Context.hpp:252

References m_callbacks.