]> 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 090f51ab097725afe7ddccfb83d58c3605941660..27060a379a96212d2579fe8ef0ee216e81808f3c 100644 (file)
@@ -4,7 +4,7 @@
 // Author:      wxWidgets team
 // Created:     2008-09-19
 // RCS-ID:      $Id$
-// Licence:     wxWindows license
+// Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
 /**
@@ -130,5 +130,12 @@ public:
         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);
+
 };