Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
IsKeyDown
Method · 0.85
GetMergedModsFromKeys
Function · 0.85
UpdateKeyboardInputs
Method · 0.85
GetNavTweakPressedAmount
Method · 0.85
NavUpdate
Method · 0.85
NavUpdatePageUpPageDown
Method · 0.85
NavUpdateWindowing
Method · 0.85
DebugRenderKeyboardPreview
Method · 0.85
ShowMetricsWindow
Method · 0.85
DragBehaviorT
Method · 0.85
SliderBehaviorT
Method · 0.85
ShowDemoWindowInputs
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected