diff Framework/StoneEnumerations.h @ 1256:771913258728

more keyboard key mappings
author Alain Mazy <alain@mazy.be>
date Thu, 09 Jan 2020 15:24:43 +0100
parents 922d2e61aa5d
children 2d8ab34c8c91
line wrap: on
line diff
--- a/Framework/StoneEnumerations.h	Fri Dec 20 15:50:24 2019 +0100
+++ b/Framework/StoneEnumerations.h	Thu Jan 09 15:24:43 2020 +0100
@@ -100,7 +100,20 @@
     KeyboardKeys_Up = 38,
     KeyboardKeys_Right = 39,
     KeyboardKeys_Down = 40,
-    KeyboardKeys_Delete = 46
+    KeyboardKeys_Delete = 46,
+
+    KeyboardKeys_F1 = 112,
+    KeyboardKeys_F2 = 113,
+    KeyboardKeys_F3 = 114,
+    KeyboardKeys_F4 = 115,
+    KeyboardKeys_F5 = 116,
+    KeyboardKeys_F6 = 117,
+    KeyboardKeys_F7 = 118,
+    KeyboardKeys_F8 = 119,
+    KeyboardKeys_F9 = 120,
+    KeyboardKeys_F10 = 121,
+    KeyboardKeys_F11 = 122,
+    KeyboardKeys_F12 = 123,
   };
 
   enum SopClassUid