Add key name FL_Alt_Gr for AltGr on international keyboards

This commit is contained in:
Albrecht Schlosser 2024-03-09 13:53:34 +01:00
parent dd73389f40
commit c8960dd4e2
1 changed files with 1 additions and 0 deletions

View File

@ -514,6 +514,7 @@ enum Fl_Callback_Reason {
#define FL_Alt_L 0xffe9 ///< The left alt key.
#define FL_Alt_R 0xffea ///< The right alt key.
#define FL_Delete 0xffff ///< The delete key.
#define FL_Alt_Gr 0xfe03 ///< The AltGr key on some international keyboards.
// These use the Private Use Area (PUA) of the Basic Multilingual Plane
// of Unicode. Guaranteed not to conflict with a proper Unicode character.