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
)
inline
static
Definition at line
78
of file
HIDNode.hpp
.
79
{
80
return
HIDConfig {
81
.mode =
HIDParseMode::CUSTOM
,
82
.custom_parser = std::forward<F>(parser)
83
};
84
}
MayaFlux::Nodes::Input::HIDParseMode::CUSTOM
@ CUSTOM
User-provided parser function.
References
MayaFlux::Nodes::Input::CUSTOM
, and
mode
.
MayaFlux
Nodes
Input
HIDConfig
Generated by
1.9.8