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

Function KeybGetAltStatus

source/Keyboard.cpp:86–89  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

84
85//===========================================================================
86bool KeybGetAltStatus()
87{
88 return g_bAltKey;
89}
90
91//===========================================================================
92bool KeybGetCtrlStatus()

Callers 3

DebuggerMouseClickFunction · 0.85
DebuggerProcessKeyFunction · 0.85
WndProcMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected