| 385 | } |
| 386 | |
| 387 | boolean XInputController::getDpad(XInputControl dpad) const { |
| 388 | return getButton(dpad); |
| 389 | } |
| 390 | |
| 391 | uint8_t XInputController::getTrigger(XInputControl trigger) const { |
| 392 | const XInputMap_Trigger * triggerData = getTriggerFromEnum(trigger); |
nothing calls this directly
no outgoing calls
no test coverage detected