MCPcopy Create free account
hub / github.com/antopilo/Nuake / IsKeyDown

Function IsKeyDown

Nuake/Source/Nuake/Scripting/NetModules/InputNetAPI.cpp:27–30  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

25 }
26
27 bool IsKeyDown(int keyCode)
28 {
29 return Input::IsKeyDown((Key)keyCode);
30 }
31
32 bool IsKeyPressed(int keyCode)
33 {

Callers 15

IsKeyDownMethod · 0.85
GetMergedModsFromKeysFunction · 0.85
UpdateKeyboardInputsMethod · 0.85
NavUpdateMethod · 0.85
NavUpdateWindowingMethod · 0.85
ShowMetricsWindowMethod · 0.85
DragBehaviorTMethod · 0.85
SliderBehaviorTMethod · 0.85
ShowDemoWindowInputsFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected