MCPcopy Create free account
hub / github.com/dhewm/dhewm3 / SetKeyBindingNames

Method SetKeyBindingNames

neo/ui/UserInterface.cpp:825–831  ·  view source on GitHub ↗

============== idUserInterfaceLocal::SetKeyBindingNames ============== */

Source from the content-addressed store, hash-verified

823==============
824*/
825void idUserInterfaceLocal::SetKeyBindingNames( void ) {
826 if ( !desktop ) {
827 return;
828 }
829 // walk the windows
830 RecurseSetKeyBindingNames( desktop );
831}
832
833/*
834==============

Callers 7

ResetMethod · 0.80
HandleGuiCommandsMethod · 0.80
SetMainMenuGuiVarsMethod · 0.80
GuiFrameEventsMethod · 0.80
ResetMethod · 0.80
HandleGuiCommandsMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected