17#include <lagrange/ui/types/Keybinds.h>
18#include <lagrange/ui/api.h>
26LA_UI_API
bool button_unstyled(
const char* label);
28LA_UI_API
bool button_toolbar(
30 const std::string& label,
31 const std::string& tooltip =
"",
32 const std::string& keybind_id =
"",
33 const Keybinds* keybinds =
nullptr,
36LA_UI_API
bool button_icon(
38 const std::string& label,
39 const std::string& tooltip =
"",
40 const std::string& keybind_id =
"",
41 const Keybinds* keybinds =
nullptr,
43 ImVec2 size = ImVec2(0, 0));
Lagrange UI Viewer and mini 3D engine.
Definition: AcceleratedPicking.h:22
Main namespace for Lagrange.
Definition: AABBIGL.h:30