#include <SFML/Graphics.hpp>#include <iostream>#include <sstream>Go to the source code of this file.
Classes | |
| class | Textbox |
Macros | |
| #define | DELETE_KEY 8 |
| sepcial case for the key to have a proper function when typed instead of displaying a unicode value | |
| #define | ENTER_KEY 13 |
| #define | ESCAPE_KEY 27 |
| #define DELETE_KEY 8 |
sepcial case for the key to have a proper function when typed instead of displaying a unicode value
| #define ENTER_KEY 13 |
| #define ESCAPE_KEY 27 |