MCPcopy Create free account
hub / github.com/OGSR/OGSR-Engine / main_input_receiver

Function main_input_receiver

ogsr_engine/xrGame/level_script.cpp:303–303  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301void remove_dialog_to_render(CUIDialogWnd* pDialog) { HUD().GetUI()->RemoveDialogToRender(pDialog); }
302
303CUIDialogWnd* main_input_receiver() { return HUD().GetUI()->MainInputReceiver(); }
304
305#include "UIGameCustom.h"
306#include "ui/UIInventoryWnd.h"

Callers

nothing calls this directly

Calls 2

GetUIMethod · 0.80
MainInputReceiverMethod · 0.45

Tested by

no test coverage detected