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

Method getDpad

src/XInput.cpp:387–389  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

385}
386
387boolean XInputController::getDpad(XInputControl dpad) const {
388 return getButton(dpad);
389}
390
391uint8_t XInputController::getTrigger(XInputControl trigger) const {
392 const XInputMap_Trigger * triggerData = getTriggerFromEnum(trigger);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected