MCPcopy Create free account
hub / github.com/JibbSmart/JoyShockMapper / Mapping

Method Mapping

JoyShockMapper/src/main.cpp:470–478  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

468}
469
470Mapping::Mapping(in_string mapping)
471{
472 stringstream ss(mapping);
473 ss >> *this;
474 if (ss.fail())
475 {
476 clear();
477 }
478}
479
480void Mapping::ProcessEvent(BtnEvent evt, DigitalButton &button, in_string displayName) const
481{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected