|
MayaFlux 0.2.0
Digital-First Multimedia Processing Framework
|
| void MayaFlux::Nodes::Input::InputNode::while_in_range | ( | double | min, |
| double | max, | ||
| const NodeHook & | 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 172 of file InputNode.cpp.
References MayaFlux::Nodes::Node::on_tick_if(), and MayaFlux::Nodes::NodeContext::value.
Here is the call graph for this function: