MCPcopy Create free account
hub / github.com/BohemiaInteractive/CWR / GetCheat1

Method GetCheat1

engine/Poseidon/Input/InputSubsystem.cpp:1404–1410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 2

SimulateLandscapeMethod · 0.80
SimulateMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected