MCPcopy Create free account
hub / github.com/BlitterStudio/amiberry / iscancel

Function iscancel

src/debug.cpp:516–528  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

514}
515
516static bool iscancel (int counter)
517{
518 static int cnt;
519
520 cnt++;
521 if (cnt < counter)
522 return false;
523 cnt = 0;
524 if (!console_isch ())
525 return false;
526 console_getch ();
527 return true;
528}
529
530static bool isoperator(TCHAR **cp)
531{

Callers 4

deepcheatsearchFunction · 0.85
cheatsearchFunction · 0.85
searchmemFunction · 0.85
find_eaFunction · 0.85

Calls 2

console_ischFunction · 0.50
console_getchFunction · 0.50

Tested by

no test coverage detected