KTech 1.1.0
C++ 2D terminal game engine library
Loading...
Searching...
No Matches
KTech::Keys::CtrlShift Namespace Reference

Inputs triggered with the "contorl" and "shift" modifier key. More...

Variables

constexpr char const * up = "\33[1;6A"
 
constexpr char const * down = "\33[1;6B"
 
constexpr char const * right = "\33[1;6C"
 
constexpr char const * left = "\33[1;6D"
 

Detailed Description

Inputs triggered with the "contorl" and "shift" modifier key.