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

Method MarkJoystickMoveActive

engine/Poseidon/Input/InputSubsystem.cpp:836–839  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

834}
835void InputSubsystem::MarkJoystickMoveActive()
836{
837 GInput.gamepad.moveLastActive = Glob.uiTime;
838}
839void InputSubsystem::MarkJoystickThrustActive()
840{
841 GInput.gamepad.thrustLastActive = Glob.uiTime;
842}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected