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

Function inputdevice_read_msg

src/inputdevice.cpp:3668–3677  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3666static int inputread;
3667
3668void inputdevice_read_msg(bool vblank)
3669{
3670 int got2 = 0;
3671 for (;;) {
3672 int got = handle_msgpump(vblank);
3673 if (!got)
3674 break;
3675 got2 = 1;
3676 }
3677}
3678
3679static void inputdevice_read(void)
3680{

Callers 3

inputdevice_readFunction · 0.85
hsync_handlerFunction · 0.85
vsync_nosyncFunction · 0.85

Calls 1

handle_msgpumpFunction · 0.85

Tested by

no test coverage detected