- move two more backend->frontend calls to the interface
This commit is contained in:
parent
b19b0db150
commit
e6615629b3
5 changed files with 9 additions and 6 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue