MCPcopy Create free account
hub / github.com/AppleWin/AppleWin / KeybGetCtrlStatus

Function KeybGetCtrlStatus

source/Keyboard.cpp:92–95  ·  view source on GitHub ↗

===========================================================================

Source from the content-addressed store, hash-verified

90
91//===========================================================================
92bool KeybGetCtrlStatus()
93{
94 return g_bCtrlKey;
95}
96
97//===========================================================================
98bool KeybGetShiftStatus()

Callers 4

DebuggerMouseClickFunction · 0.85
DebuggerProcessKeyFunction · 0.85
WndProcMethod · 0.85
ProcessButtonClickMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected