RigsofRods  2023.09
Soft-body Physics Simulation
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
AngelImGui_funcs_tooltips.h
Go to the documentation of this file.
1 
2  // =================================================== //
3  // THIS IS NOT A C++ HEADER! Only a dummy for Doxygen. //
4  // =================================================== //
5 
6 namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7 
16  void BeginTooltip();
17  void EndTooltip();
18  void SetTooltip(const string&in);
19 
22 
23 } // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
AngelImGui::BeginTooltip
void BeginTooltip()
AngelImGui
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...
Definition: AngelImGui_funcs_columns.h:6
AngelImGui::EndTooltip
void EndTooltip()
AngelImGui::SetTooltip
void SetTooltip(const string &in)