FabGL
ESP32 VGA Controller and Graphics Library
|
Properties of the application. More...
#include <fabui.h>
Public Attributes | |
uint16_t | caretBlinkingTime = 500 |
uint16_t | doubleClickTime = 250 |
bool | realtimeReshaping = false |
Properties of the application.
uint16_t fabgl::uiAppProps::caretBlinkingTime = 500 |
Caret blinking time (MS)
uint16_t fabgl::uiAppProps::doubleClickTime = 250 |
Maximum delay required for two consecutive clicks to become double click (MS)
bool fabgl::uiAppProps::realtimeReshaping = false |
If true moving/resizing a window always repaints it, otherwise the moved/resized window is represented by an inverted rectangle