EchoesOfFate
A game for our COMP315 Project
 
Loading...
Searching...
No Matches
Textbox.h File Reference
#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
 

Macro Definition Documentation

◆ DELETE_KEY

#define DELETE_KEY   8

sepcial case for the key to have a proper function when typed instead of displaying a unicode value

◆ ENTER_KEY

#define ENTER_KEY   13

◆ ESCAPE_KEY

#define ESCAPE_KEY   27