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

Method begin

src/XInput.cpp:209–211  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

207}
208
209void XInputController::begin() {
210 // Empty for now
211}
212
213void XInputController::press(uint8_t button) {
214 setButton(button, true);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected