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/vgapalettedcontroller.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 = 0, ButtonExt0 = 1, ButtonExt1 = 2, ButtonExt2 = 3, ButtonExt3 = 4, Cancel = 5, ButtonLeft = 5, Enter = 6, ButtonRight = 6 } |
Result of InputBox dialogs helper class. More... | |
This file contains the InputBox class.
Definition in file inputbox.h.