FabGL
ESP32 Display Controller and Graphics Library
inputbox.h File Reference

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"
Include dependency graph for inputbox.h:
This graph shows which files directly or indirectly include this file:

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 class  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...
 

Detailed Description

This file contains the InputBox class.

Definition in file inputbox.h.