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

Function IsAKD

source/Keyboard.cpp:404–413  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

402}
403
404static bool IsAKD(void)
405{
406 uint64_t* p = &g_AKDFlags[0][0];
407
408 for (UINT i=0; i<sizeof(g_AKDFlags)/sizeof(g_AKDFlags[0][0]); i++)
409 if (p[i])
410 return true;
411
412 return false;
413}
414
415//===========================================================================
416

Callers 1

KeybReadFlagFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected