Gamp v0.0.7-54-gccdc599
Gamp: Graphics, Audio, Multimedia and Processing
Loading...
Searching...
No Matches
gamp_wt.cpp File Reference
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.