|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Input::InputNode::on_tick | ( | const TypedHook< InputContext > & | callback | ) |
Register callback for any input received.
| callback | Function to call on every tick |
The callback receives an InputContext with the current value and input details. Fires on every process_input() call, after smoothing is applied.
Definition at line 137 of file InputNode.cpp.
References MayaFlux::Nodes::Node::m_callbacks.