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

Method MarkKeyboardCursorActive

engine/Poseidon/Input/InputSubsystem.cpp:828–831  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

826}
827void InputSubsystem::MarkKeyboardCursorActive()
828{
829 GInput.keyboard.cursorLastActive = Glob.uiTime;
830}
831void InputSubsystem::MarkKeyboardThrustActive()
832{
833 GInput.keyboard.thrustLastActive = Glob.uiTime;
834}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected