From: Michael Bedward Date: Fri, 30 Jul 1999 03:55:59 +0000 (+0000) Subject: Added wxApp::CheckForKeyUp MB X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/e2e04ea4a7f5ee257c46d2dc0eb1bd5eb7ecd852 Added wxApp::CheckForKeyUp MB git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/include/wx/motif/app.h b/include/wx/motif/app.h index 7787929380..855a8267da 100644 --- a/include/wx/motif/app.h +++ b/include/wx/motif/app.h @@ -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;