That Terminal
A terminal emulator designed for video making purposes.
keysym.cc File Reference

Defines InterpretInput() More...

#include <unordered_map>
#include <cstdio>
#include "keysym.hh"
#include "ctype.hh"
Include dependency graph for keysym.cc:

Functions

std::string InterpretInput (bool shift, bool alt, bool ctrl, SDL_Keycode sym)
 

Detailed Description

Function Documentation

◆ InterpretInput()

std::string InterpretInput ( bool  shift,
bool  alt,
bool  ctrl,
SDL_Keycode  sym 
)

Interprets the button that has been pressed and converts it into a sequence of characters.