17#include <lagrange/ui/api.h>
18#include <lagrange/ui/types/Keybinds.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 =
"",
36LA_UI_API
bool button_icon(
38 const std::string& label,
39 const std::string& tooltip =
"",
40 const std::string& keybind_id =
"",
43 ImVec2 size = ImVec2(0, 0));
Stores keybinds for actions.
Definition Keybinds.h:36
Lagrange UI Viewer and mini 3D engine.
Definition AcceleratedPicking.h:23
Main namespace for Lagrange.