Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmadison/ArduinoXInput
/ XInputMap_Trigger
Method
XInputMap_Trigger
src/XInput.cpp:122–123 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
120
121
struct XInputMap_Trigger {
122
constexpr XInputMap_Trigger(uint8_t i)
123
: index(i) {}
124
static const XInputController::Range range;
125
const uint8_t index;
126
};
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected