- move two more backend->frontend calls to the interface

This commit is contained in:
Christoph Oelckers 2022-10-02 18:29:57 +02:00
commit e6615629b3
5 changed files with 9 additions and 6 deletions

View file

@ -94,7 +94,7 @@ void D_ProcessEvents (void)
continue; // menu ate the event
}
if (G_Responder(ev) && ev->type == EV_KeyDown) keywasdown.Set(ev->data1);
if (sysCallbacks.G_Responder(ev) && ev->type == EV_KeyDown) keywasdown.Set(ev->data1);
}
for (auto& ev: delayedevents)