| 127 | |
| 128 | // Control Input Ranges |
| 129 | struct Range { int32_t min; int32_t max; }; |
| 130 | |
| 131 | void setTriggerRange(int32_t rangeMin, int32_t rangeMax); |
| 132 | void setJoystickRange(int32_t rangeMin, int32_t rangeMax); |
nothing calls this directly
no outgoing calls
no test coverage detected