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

Function KeybReadData

source/Keyboard.cpp:417–426  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

415//===========================================================================
416
417BYTE KeybReadData (void)
418{
419 LogFileTimeUntilFirstKeyRead();
420
421 BYTE res = ClipboardReadOrPeek(false);
422 if (res)
423 return res;
424
425 return keycode | (keywaiting ? 0x80 : 0);
426}
427
428//===========================================================================
429

Callers 1

IORead_C00xFunction · 0.85

Calls 2

ClipboardReadOrPeekFunction · 0.85

Tested by

no test coverage detected