Mario Kart 64
|
#include <UIWidgets.h>
Public Member Functions | |
ButtonOptions & | Size (ImVec2 size_) |
ButtonOptions & | Tooltip (const char *tooltip_) |
ButtonOptions & | Color (Colors color_) |
![]() | |
WidgetOptions & | Color (Colors color_) |
WidgetOptions & | Tooltip (const char *tooltip_) |
WidgetOptions & | Disabled (bool disabled_) |
Data Fields | |
ImVec2 | size = Sizes::Fill |
Colors | color = Colors::Gray |
![]() | |
const char * | tooltip = "" |
bool | disabled = false |
const char * | disabledTooltip = "" |
Colors | color = Colors::NoColor |
|
inline |
|
inline |
|
inline |
Colors UIWidgets::ButtonOptions::color = Colors::Gray |
ImVec2 UIWidgets::ButtonOptions::size = Sizes::Fill |