#include "app/gui/automation/widget_auto_register.h"
#include <vector>
#include "imgui/imgui_internal.h"
#include "absl/strings/str_join.h"
#include "absl/strings/string_view.h"
Go to the source code of this file.
|
namespace | yaze |
| Main namespace for the application.
|
|
namespace | yaze::gui |
| Graphical User Interface (GUI) components for the application.
|
|
|
void | yaze::gui::AutoRegisterLastItem (const std::string &widget_type, const std::string &explicit_label="", const std::string &description="") |
| Automatically register the last ImGui item.
|
|