Neo  0.5.0
Developer Documentation
InputField.h File Reference

Go to the source code of this file.

Classes

class  Neo2D::Gui::InputField
 Implements a basic input field that takes keyboard input and delivers it to the program. More...
 

Namespaces

 Neo2D
 
 Neo2D::Gui
 

Enumerations

enum  Neo2D::Gui::INPUT_STATE { Neo2D::Gui::INPUT_NORMAL_STATE = 0, Neo2D::Gui::INPUT_HOVER_STATE, Neo2D::Gui::INPUT_SELECTED_STATE }
 
enum  Neo2D::Gui::INPUT_TYPE { Neo2D::Gui::NORMAL_INPUT = 0, Neo2D::Gui::DECIMAL_INPUT, Neo2D::Gui::INTEGER_INPUT }