impl_pointer_input_node

Macro impl_pointer_input_node 

Source
macro_rules! impl_pointer_input_node {
    () => { ... };
}
Expand description

Implements the as_pointer_input_node methods for a type that implements PointerInputNode.

ยงExample

impl ModifierNode for MyNode {
    impl_pointer_input_node!();
}