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

◆ custom()

template<typename F >
static HIDConfig MayaFlux::Nodes::Input::HIDConfig::custom ( F &&  parser)
inlinestatic

Definition at line 78 of file HIDNode.hpp.

79 {
80 return HIDConfig {
82 .custom_parser = std::forward<F>(parser)
83 };
84 }
@ CUSTOM
User-provided parser function.

References MayaFlux::Nodes::Input::CUSTOM, and mode.