|
MayaFlux 0.4.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Input::InputNode::while_in_range | ( | double | min, |
| double | max, | ||
| const TypedHook< InputContext > & | callback | ||
| ) |
Register callback while value is in range.
| min | Range minimum |
| max | Range maximum |
| callback | Function to call continuously while in range |
Definition at line 189 of file InputNode.cpp.
References on_tick_if(), and MayaFlux::Nodes::NodeContext::value.
Here is the call graph for this function: