FabGL
ESP32 Display Controller and Graphics Library
|
This file contains the InputBox class. More...
#include <stdint.h>
#include <stddef.h>
#include "fabglconf.h"
#include "fabui.h"
#include "fabutils.h"
#include "dispdrivers/vga16controller.h"
#include "comdrivers/ps2controller.h"
Go to the source code of this file.
Classes | |
class | InputBox |
InputBox is an helper class which allows to create simple UI interfaces, like wizards or simple input boxes. More... | |
Enumerations | |
enum | InputResult { None, Cancel, Enter } |
Result of InputBox dialogs helper class. More... | |
This file contains the InputBox class.
Definition in file inputbox.h.