]> git.saurik.com Git - wxWidgets.git/blobdiff - interface/wx/kbdstate.h
Add appearance tags
[wxWidgets.git] / interface / wx / kbdstate.h
index 9a99a7c217ce2d255435984eaa23721de718300d..49162c98e3bbf8f26b74a416914ebca06a746556 100644 (file)
@@ -26,11 +26,14 @@ class wxKeyboardState
 {
 public:
     /**
-        Default constructor.
+        Constructor initializes the modifier key settings.
 
         By default, no modifiers are active.
      */
-    wxKeyboardState();
+    wxKeyboardState(bool controlDown,
+                    bool shiftDown,
+                    bool altDown,
+                    bool metaDown);
 
     /**
         Return the bit mask of all pressed modifier keys.