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

Defines InterpretInput() More...

#include <string>
#include <SDL.h>
Include dependency graph for keysym.hh:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

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.