]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/stubs/accel.h
Fixed some wxDragImage bugs
[wxWidgets.git] / include / wx / stubs / accel.h
index 236dc0eb55236e436bacf3132f26b25f9b1103c2..ec397374835d2a01e44a58b6de0028662215963b 100644 (file)
@@ -30,6 +30,9 @@ class WXDLLEXPORT wxAcceleratorTable;
  // Hold Shift key down
 #define wxACCEL_SHIFT   0x04
 
+ // Hold no key down
+#define wxACCEL_NORMAL  0x00
+
 class WXDLLEXPORT wxAcceleratorEntry
 {
 public: