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

Method release

src/XInput.cpp:217–219  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

215}
216
217void XInputController::release(uint8_t button) {
218 setButton(button, false);
219}
220
221void XInputController::setButton(uint8_t button, boolean state) {
222 const XInputMap_Button * buttonData = getButtonFromEnum((XInputControl) button);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected