MCPcopy Create free account
hub / github.com/AntiMicroX/antimicrox / isRelativeSpring

Method isRelativeSpring

src/joyaxis.cpp:795–803  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

793}
794
795bool JoyAxis::isRelativeSpring()
796{
797 bool relative = false;
798
799 if (paxisbutton->isRelativeSpring() == naxisbutton->isRelativeSpring())
800 relative = paxisbutton->isRelativeSpring();
801
802 return relative;
803}
804
805void JoyAxis::performCalibration(int value)
806{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected