FabGL
ESP32 VGA Controller and Graphics Library
fabgl::uiAnchors Struct Reference

Contains anchors enable/disable switches. More...

#include <fabui.h>

Public Attributes

uint8_t bottom: 1
 
uint8_t left: 1
 
uint8_t right: 1
 
uint8_t top: 1
 

Detailed Description

Contains anchors enable/disable switches.

Member Data Documentation

◆ bottom

uint8_t fabgl::uiAnchors::bottom

Bottom anchor enable/disable switch

◆ left

uint8_t fabgl::uiAnchors::left

Left anchor enable/disable switch

◆ right

uint8_t fabgl::uiAnchors::right

Right anchor enable/disable switch

◆ top

uint8_t fabgl::uiAnchors::top

Top anchor enable/disable switch


The documentation for this struct was generated from the following file: