Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/dmadison/ArduinoXInput
/ XInputMap_Button
Method
XInputMap_Button
src/XInput.cpp:65–66 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
63
64
struct XInputMap_Button {
65
constexpr XInputMap_Button(uint8_t i, uint8_t o)
66
: index(i), mask(BuildMask(o)) {}
67
const uint8_t index;
68
const uint8_t mask;
69
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected