| 1402 | bool ret = syntheticStickPov_[i]; |
| 1403 | syntheticStickPov_[i] = false; |
| 1404 | return ret; |
| 1405 | } |
| 1406 | bool InputSubsystem::GetSyntheticLeftStick(float& x, float& y) const |
| 1407 | { |
| 1408 | x = syntheticLeftStickX_; |
| 1409 | y = syntheticLeftStickY_; |
| 1410 | return x != 0.0f || y != 0.0f; |
| 1411 | } |
| 1412 | bool InputSubsystem::ConsumeAxisBigActive(int i) |
| 1413 | { |
no outgoing calls
no test coverage detected