MCPcopy Create free account
hub / github.com/RevoSucks/BM64Recomp / UIState

Method UIState

src/ui/ui_state.cpp:178–178  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

176 recompui::UiEventListenerInstancer event_listener_instancer;
177
178 UIState(const UIState& rhs) = delete;
179 UIState& operator=(const UIState& rhs) = delete;
180 UIState(UIState&& rhs) = delete;
181 UIState& operator=(UIState&& rhs) = delete;

Callers

nothing calls this directly

Calls 7

apply_color_hackFunction · 0.85
get_asset_pathFunction · 0.85
initMethod · 0.80
get_rml_interfaceMethod · 0.80
register_eventsMethod · 0.45
getMethod · 0.45
make_bindingsMethod · 0.45

Tested by

no test coverage detected