|
Smolgui
Immediate gui library based on SFML
|
Store options for drawing widgets. More...
#include <DrawOptions.h>
Public Attributes | |
| bool | horizontal = true |
| Specify if a widget is horizontal or vertical. | |
| float | progress = 1.f |
| Percent to draw for a widget. | |
| WidgetAspect | aspect = {} |
| To control widget aspect. | |
Store options for drawing widgets.
| WidgetAspect sgui::WidgetDrawOptions::aspect = {} |
To control widget aspect.
| bool sgui::WidgetDrawOptions::horizontal = true |
Specify if a widget is horizontal or vertical.
| float sgui::WidgetDrawOptions::progress = 1.f |
Percent to draw for a widget.