| 710 | } |
| 711 | |
| 712 | void SetDPadXAxis(sf::Joystick::Axis dPadXAxis, bool inverted) |
| 713 | { |
| 714 | assert(s_currWindowCtx); |
| 715 | s_currWindowCtx->dPadInfo.xAxis = dPadXAxis; |
| 716 | s_currWindowCtx->dPadInfo.xInverted = inverted; |
| 717 | } |
| 718 | |
| 719 | void SetDPadYAxis(sf::Joystick::Axis dPadYAxis, bool inverted) |
| 720 | { |
no outgoing calls
no test coverage detected