File TextBox.hpp
FileList > Interfaces > TextBox.hpp
Go to the source code of this file
#include <iostream>
#include <SFML/Graphics.hpp>
#include <sstream>
Namespaces
Type | Name |
---|---|
namespace | i_2D |
Classes
Type | Name |
---|---|
class | TextBox |
Macros
Type | Name |
---|---|
define | DELETE_KEY 8 value for delete key |
define | ENTER_KEY 13 value for the enter key |
define | ESCAPE_KEY 27 value for the escape key |
Detailed Description
Authors:
Gaya Kanagaraj, Vincenzo Felici, Mui Pham
Date:
: 11/02/2023 TextBox class enables interface entity to send message to the MessageBoard and World
Macro Definition Documentation
define DELETE_KEY
#define DELETE_KEY 8
define ENTER_KEY
#define ENTER_KEY 13
define ESCAPE_KEY
#define ESCAPE_KEY 27
The documentation for this class was generated from the following file source/Interfaces/TextBox.hpp