| 793 | } |
| 794 | |
| 795 | bool JoyAxis::isRelativeSpring() |
| 796 | { |
| 797 | bool relative = false; |
| 798 | |
| 799 | if (paxisbutton->isRelativeSpring() == naxisbutton->isRelativeSpring()) |
| 800 | relative = paxisbutton->isRelativeSpring(); |
| 801 | |
| 802 | return relative; |
| 803 | } |
| 804 | |
| 805 | void JoyAxis::performCalibration(int value) |
| 806 | { |
nothing calls this directly
no outgoing calls
no test coverage detected