| 236 | } |
| 237 | |
| 238 | void XInputController::setDpad(XInputControl pad, boolean state) { |
| 239 | setButton(pad, state); |
| 240 | } |
| 241 | |
| 242 | void XInputController::setDpad(boolean up, boolean down, boolean left, boolean right, boolean useSOCD) { |
| 243 | // Simultaneous Opposite Cardinal Directions (SOCD) Cleaner |
nothing calls this directly
no outgoing calls
no test coverage detected