FabGL
ESP32 VGA Controller and Graphics Library
|
Contains the window style. More...
#include <fabui.h>
Public Attributes | |
RGB | activeBorderColor = RGB(2, 2, 3) |
RGB | borderColor = RGB(2, 2, 2) |
uint8_t | borderSize = 3 |
CursorName | defaultCursor = CursorName::CursorPointerSimpleReduced |
RGB | focusedBorderColor = RGB(0, 0, 3) |
uint8_t | focusedBorderSize = 1 |
Contains the window style.
uint8_t fabgl::uiWindowStyle::borderSize = 3 |
Border size in pixels. This determines also the resize grips area.
CursorName fabgl::uiWindowStyle::defaultCursor = CursorName::CursorPointerSimpleReduced |
Default window mouse cursor
uint8_t fabgl::uiWindowStyle::focusedBorderSize = 1 |
Border size when focused