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

Function KeybGetShiftStatus

source/Keyboard.cpp:98–101  ·  view source on GitHub ↗

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

Source from the content-addressed store, hash-verified

96
97//===========================================================================
98bool KeybGetShiftStatus()
99{
100 return g_bShiftKey;
101}
102
103//===========================================================================
104void KeybUpdateCtrlShiftStatus()

Callers 4

DebuggerMouseClickFunction · 0.85
DebuggerProcessKeyFunction · 0.85
WndProcMethod · 0.85
ProcessDiskPopupMenuMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected