MCPcopy Create free account
hub / github.com/ZDoom/Raze / TranslateKeyboardEvents

Method TranslateKeyboardEvents

source/common/menu/menu.cpp:414–425  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

412}
413
414bool DMenu::TranslateKeyboardEvents()
415{
416 IFVIRTUAL(DMenu, TranslateKeyboardEvents)
417 {
418 VMValue params[] = { (DObject*)this };
419 int retval;
420 VMReturn ret(&retval);
421 VMCall(func, params, countof(params), &ret, 1);
422 return !!retval;
423 }
424 return true;
425}
426
427//=============================================================================
428//

Callers 1

M_ResponderFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected