From e2e04ea4a7f5ee257c46d2dc0eb1bd5eb7ecd852 Mon Sep 17 00:00:00 2001 From: Michael Bedward Date: Fri, 30 Jul 1999 03:55:59 +0000 Subject: [PATCH] Added wxApp::CheckForKeyUp MB git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@3206 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/motif/app.h | 3 +++ 1 file changed, 3 insertions(+) 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; -- 2.45.2