RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
Namespaces | Functions
AngelImGui_funcs_menus.h File Reference

Go to the source code of this file.

Namespaces

 AngelImGui
 DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separate things; Note we use somewhat outdated version (v1.73) with hand-rolled bindings and some source tweaks.
 

Functions

bool AngelImGui::BeginMainMenuBar ()
 
void AngelImGui::EndMainMenuBar ()
 
bool AngelImGui::BeginMenuBar ()
 
void AngelImGui::EndMenuBar ()
 
bool AngelImGui::BeginMenu (const string &in, bool=true)
 
void AngelImGui::EndMenu ()
 
bool AngelImGui::MenuItem (const string &in, const string &in=string(), bool=false, bool=true)
 
bool AngelImGui::MenuItem (const string &in, const string &in, bool &inout, bool=true)