Gamp v0.0.7-36-g24b1eb6
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
gamp_wt.cpp File Reference
#include <gamp/GampTypes.hpp>
#include <gamp/wt/Surface.hpp>
#include <gamp/wt/event/KeyEvent.hpp>
#include <gamp/wt/Window.hpp>
#include <gamp/render/gl/GLHeader.hpp>
#include <stdexcept>
#include <jau/basic_types.hpp>
Include dependency graph for gamp_wt.cpp:

Go to the source code of this file.

Classes

class  NonPrintableRange
 

Variables

static constexpr NonPrintableRange nonPrintableKeys []
 Non printable key ranges, currently fixed to an array of size 4.
 

Variable Documentation

◆ nonPrintableKeys

NonPrintableRange nonPrintableKeys[]
staticconstexpr
Initial value:
= {
{ 0x0000, 0x001F, true },
{ 0x0061, 0x0078, false},
{ 0x008F, 0x009F, true },
{ 0xE000, 0xF8FF, true }
}

Non printable key ranges, currently fixed to an array of size 4.

Not included, queried upfront:

Definition at line 47 of file gamp_wt.cpp.