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

Method XInputMap_Rumble

src/XInput.cpp:175–176  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

173
174struct XInputMap_Rumble {
175 constexpr XInputMap_Rumble(uint8_t rIndex, uint8_t bIndex)
176 : rxIndex(rIndex), bufferIndex(bIndex) {}
177 const uint8_t rxIndex;
178 const uint8_t bufferIndex;
179};

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected