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_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
6namespace AngelImGui { // Dummy namespace, just to distinguish AngelScript from C++
7
17 void EndTooltip();
18 void SetTooltip(const string&in);
19
22
23} // namespace AngelImGui (dummy, just to distinguish AngelScript from C++)
void EndTooltip()
void SetTooltip(const string &in)
void BeginTooltip()
DearIMGUI-AngelScript bindings; Actually named ImGui in the scripts, just changed for docs to separat...