That Terminal
A terminal emulator designed for video making purposes.
keysym.hh
Go to the documentation of this file.
1 #ifndef bqtKeySymHH
2 #define bqtKeySymHH
3 #include <string>
8 #include <SDL.h>
9 
11 std::string InterpretInput(bool shift, bool alt, bool ctrl, SDL_Keycode sym);
12 
13 #endif
std::string InterpretInput(bool shift, bool alt, bool ctrl, SDL_Keycode sym)
Definition: keysym.cc:48