summaryrefslogtreecommitdiff
path: root/FL/Enumerations.H
diff options
context:
space:
mode:
authorManolo Gouy <Manolo>2012-03-26 16:54:54 +0000
committerManolo Gouy <Manolo>2012-03-26 16:54:54 +0000
commit0b6f546b0f816d63b7b0edc2af410448a83d7440 (patch)
tree2be2a1755144b2be5939dfd5eee213a3e97dda9f /FL/Enumerations.H
parent08ce2e07d379d6b9925208b5da9323f948b634db (diff)
Added support for the additional key of ISO keyboards (aka 102-key keyboards) named FL_Iso_Key.
git-svn-id: file:///fltk/svn/fltk/branches/branch-1.3@9303 ea41ed52-d2ee-0310-a9c1-e6b18d33e121
Diffstat (limited to 'FL/Enumerations.H')
-rw-r--r--FL/Enumerations.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/FL/Enumerations.H b/FL/Enumerations.H
index 32825ecd0..29a183891 100644
--- a/FL/Enumerations.H
+++ b/FL/Enumerations.H
@@ -337,6 +337,7 @@ enum Fl_When { // Fl_Widget::when():
#define FL_Button 0xfee8 ///< A mouse button; use Fl_Button + n for mouse button n.
#define FL_BackSpace 0xff08 ///< The backspace key.
#define FL_Tab 0xff09 ///< The tab key.
+#define FL_Iso_Key 0xff0c ///< The additional key of ISO keyboards.
#define FL_Enter 0xff0d ///< The enter key.
#define FL_Pause 0xff13 ///< The pause key.
#define FL_Scroll_Lock 0xff14 ///< The scroll lock key.