Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BohemiaInteractive/CWR
/ CheatActivated
Method
CheatActivated
engine/Poseidon/Input/InputSubsystem.cpp:998–1001 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
996
997
int InputSubsystem::CheatActivated() const
998
{
999
return GInput.keyboard.CheatActivated();
1000
}
1001
void InputSubsystem::CheatServed()
1002
{
1003
GInput.keyboard.CheatServed();
1004
}
Callers
7
PerformAI
Method · 0.45
Simulate
Method · 0.45
OnSimulate
Method · 0.45
ProcessCheats
Method · 0.45
AppIdle
Function · 0.45
test_keyboard_state.cpp
File · 0.45
test_input_integration.cpp
File · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected