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

Method MarkKeyboardTurnActive

engine/Poseidon/Input/InputSubsystem.cpp:824–827  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

822}
823void InputSubsystem::MarkKeyboardTurnActive()
824{
825 GInput.keyboard.turnLastActive = Glob.uiTime;
826}
827void InputSubsystem::MarkKeyboardCursorActive()
828{
829 GInput.keyboard.cursorLastActive = Glob.uiTime;
830}

Callers 2

Calls

no outgoing calls

Tested by

no test coverage detected