]> git.saurik.com Git - wxWidgets.git/commitdiff
Added wxApp::CheckForKeyUp MB
authorMichael Bedward <mbedward@ozemail.com.au>
Fri, 30 Jul 1999 03:55:59 +0000 (03:55 +0000)
committerMichael Bedward <mbedward@ozemail.com.au>
Fri, 30 Jul 1999 03:55:59 +0000 (03:55 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/motif/app.h

index 7787929380e2ab97cdf36484a48e1818b5a7cf1a..855a8267daa76f4e6aa8c67cdcbe4fc823633f66 100644 (file)
@@ -82,6 +82,9 @@ public:
     // Returns TRUE if a key down event has been processed
     virtual bool CheckForKeyDown(WXEvent* event);
 
+    // Returns TRUE if a key up event has been processed
+    virtual bool CheckForKeyUp(WXEvent* event);
+
 protected:
     bool                  m_showOnInit;