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

Method MarkKeyboardMoveActive

engine/Poseidon/Input/InputSubsystem.cpp:820–823  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

818
819void InputSubsystem::MarkKeyboardMoveActive()
820{
821 GInput.keyboard.moveLastActive = Glob.uiTime;
822}
823void InputSubsystem::MarkKeyboardTurnActive()
824{
825 GInput.keyboard.turnLastActive = Glob.uiTime;
826}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected