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

◆ read_tablet()

std::shared_ptr< Nodes::Input::TabletNode > MayaFlux::Creator::read_tablet ( const Nodes::Input::TabletConfig config,
const Core::InputBinding binding 
)

Create and register tablet input node.

Parameters
configTablet input configuration.
bindingTablet input binding (use InputBinding::tablet(id)).
Returns
Shared pointer to TabletNode (already registered).

Definition at line 175 of file Creator.cpp.

178{
179 auto node = std::make_shared<Nodes::Input::TabletNode>(config);
180 register_input_node(node, binding);
181 return node;
182}
void register_input_node(const std::shared_ptr< Nodes::Input::InputNode > &node, const Core::InputBinding &binding)
Register an input node with specified binding.
Definition Input.cpp:21

References MayaFlux::register_input_node().

Referenced by read_input().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: