MCPcopy Create free account
hub / github.com/StereoKit/StereoKit / ui_layout_init

Function ui_layout_init

StereoKitC/ui/ui_layout.cpp:19–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

17///////////////////////////////////////////
18
19void ui_layout_init() {
20 skui_windows = {};
21 skui_layouts = {};
22 skui_panel_stack = {};
23 skui_settings = {};
24 skui_recent_layout = {};
25}
26
27///////////////////////////////////////////
28

Callers 1

ui_initFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected