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

Method CheckIgnoredKey

engine/Poseidon/UI/DisplayUI.cpp:848–855  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

846 else
847 {
848 _mode = 0;
849 }
850}
851
852DisplayConfigure::DisplayConfigure(ControlsContainer* parent, bool enableSimulation) : Display(parent)
853{
854 _enableSimulation = enableSimulation;
855 _keys = nullptr;
856 Load("RscDisplayConfigure");
857 PoseidonAssert(_keys);
858

Callers 1

OnSimulateMethod · 0.80

Calls 1

ConsumeKeyPressMethod · 0.45

Tested by

no test coverage detected