MCPcopy Create free account
hub / github.com/dmadison/ArduinoXInput / Range

Class Range

src/XInput.h:129–129  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected