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

Method XInputMap_Joystick

src/XInput.cpp:147–148  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146struct XInputMap_Joystick {
147 constexpr XInputMap_Joystick(uint8_t xl, uint8_t xh, uint8_t yl, uint8_t yh)
148 : x_low(xl), x_high(xh), y_low(yl), y_high(yh) {}
149 static const XInputController::Range range;
150 const uint8_t x_low;
151 const uint8_t x_high;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected