]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/kbdstate.h
Correct decoding of 4-byte integers in png2c script.
[wxWidgets.git] / interface / wx / kbdstate.h
index 36cd368a088c6f7943e5b68660ec96a43878fca8..27060a379a96212d2579fe8ef0ee216e81808f3c 100644 (file)
@@ -130,5 +130,12 @@ public:
         Notice that GetModifiers() should usually be used instead of this one.
      */
     bool CmdDown() const;
         Notice that GetModifiers() should usually be used instead of this one.
      */
     bool CmdDown() const;
+
+    
+    void SetControlDown(bool down);
+    void SetShiftDown(bool down);
+    void SetAltDown(bool down);
+    void SetMetaDown(bool down);
+
 };
 
 };