FLTK 1.4.3
|
This file contains simple "C"-style type definitions. More...
#include "fl_attr.h"
Go to the source code of this file.
Typedefs | |
Miscellaneous | |
typedef unsigned int | Fl_Shortcut |
16-bit Unicode character + 8-bit indicator for keyboard flags. | |
typedef unsigned char | uchar |
unsigned char | |
typedef unsigned long | ulong |
unsigned long |
This file contains simple "C"-style type definitions.
typedef unsigned int Fl_Shortcut |
16-bit Unicode character + 8-bit indicator for keyboard flags.
Due to compatibility issues this type and all FLTK shortcuts can only be used with 16-bit Unicode characters (U+0000 .. U+FFFF) and not with the full range of unicode characters (U+0000 .. U+10FFFF).
This is caused by the bit flags FL_SHIFT
, FL_CTRL
, FL_ALT
, and FL_META
being all in the range 0x010000 .. 0x400000.