|
group2 0.1.0
CSE 125 Group 2
|
ImGui widget for local server hosting controls. More...
Go to the source code of this file.
Classes | |
| struct | HostConfigUIInputs |
| Inputs needed to render the host-configuration UI for one frame. More... | |
| struct | HostConfigResult |
| User actions emitted by the host-configuration UI for one frame. More... | |
Namespaces | |
| namespace | host_config_ui |
Functions | |
| HostConfigResult | host_config_ui::buildHostConfigMenu (const HostConfigUIInputs &inputs) |
| Render the host-configuration window and return requested actions. | |
| HostConfigResult | host_config_ui::buildHostConfigContents (const HostConfigUIInputs &inputs, bool showBackRow=true) |
| Render host-configuration controls inside an already-open ImGui window/tab. | |
ImGui widget for local server hosting controls.