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

Function KeybReadFlag

source/Keyboard.cpp:437–448  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

435}
436
437BYTE KeybReadFlag (void)
438{
439 _ASSERT(!IS_APPLE2); // And also not Pravets machines?
440
441 BYTE res = KeybClearStrobe();
442 if (res)
443 return res;
444
445 // AKD
446
447 return keycode | (IsAKD() ? 0x80 : 0);
448}
449
450//===========================================================================
451void KeybToggleCapsLock ()

Callers 1

IORead_C01xFunction · 0.85

Calls 2

KeybClearStrobeFunction · 0.85
IsAKDFunction · 0.85

Tested by

no test coverage detected