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

Function InitCapsLock

engine/Poseidon/Foundation/Platform/InitBridge.cpp:31–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

29
30using namespace Poseidon;
31void InitCapsLock()
32{
33#if _ENABLE_CHEATS
34 extern KeyLights KeyState;
35 KeyState.SetCapsLock(false);
36#endif
37}
38
39// Older config path; prefer ConfigurationSystem::InitializeGameConfiguration.
40bool InitLanguageAndConfig()

Callers 1

ParseCommandLineMethod · 0.85

Calls 1

SetCapsLockMethod · 0.80

Tested by

no test coverage detected