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_popups.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

void AngelImGui::OpenPopup (const string &in)
 
bool AngelImGui::BeginPopup (const string &in, int=0)
 
bool AngelImGui::BeginPopupContextItem (const string &in=string(), int=1)
 
bool AngelImGui::BeginPopupContextWindow (const string &in=string(), int=1, bool=true)
 
bool AngelImGui::BeginPopupContextVoid (const string &in=string(), int=1)
 
bool AngelImGui::BeginPopupModal (const string &in, bool &inout=null, int=0)
 
void AngelImGui::EndPopup ()
 
void AngelImGui::CloseCurrentPopup ()