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

Class XInputMap_Trigger

src/XInput.cpp:121–126  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

119// --------------------------------------------------------
120
121struct XInputMap_Trigger {
122 constexpr XInputMap_Trigger(uint8_t i)
123 : index(i) {}
124 static const XInputController::Range range;
125 const uint8_t index;
126};
127
128const XInputController::Range XInputMap_Trigger::range = { 0, 255 }; // uint8_t
129

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected