Rigs of Rods 2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Loading...
Searching...
No Matches
AngelImGui_funcs_menus.h
Go to the documentation of this file.
1
2 // =================================================== //
3 // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4 // =================================================== //
5
6namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7
16 // Menus
20 void EndMenuBar();
21 bool BeginMenu(const string&in, bool = true);
22 void EndMenu();
23 bool MenuItem(const string&in, const string&in = string(), bool = false, bool = true);
24 bool MenuItem(const string&in, const string&in, bool &inout, bool = true);
25
28
29} // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
bool BeginMenu(const string &in, bool=true)
bool BeginMainMenuBar()
bool BeginMenuBar()
void EndMenuBar()
void EndMainMenuBar()
void EndMenu()
bool MenuItem(const string &in, const string &in=string(), bool=false, bool=true)
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...