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

Method press

src/XInput.cpp:213–215  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

211}
212
213void XInputController::press(uint8_t button) {
214 setButton(button, true);
215}
216
217void XInputController::release(uint8_t button) {
218 setButton(button, false);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected