From bd7641107ab098134ca778ba25572b4ac7b428fe Mon Sep 17 00:00:00 2001 From: Stefan Csomor Date: Sun, 31 Aug 2003 15:33:02 +0000 Subject: [PATCH] Carbon Event Mouse Moved handler added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/mac/app.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/mac/app.h b/include/wx/mac/app.h index 0b32e7983b..a97a58d663 100644 --- a/include/wx/mac/app.h +++ b/include/wx/mac/app.h @@ -159,6 +159,8 @@ public: virtual void MacHandleKeyUpEvent( WXEVENTREF ev ) ; virtual void MacHandleHighLevelEvent( WXEVENTREF ev ) ; +#else + virtual void MacHandleMouseMovedEvent( wxInt32 x , wxInt32 y ,wxUint32 modifiers , long timestamp ) ; #endif void MacHandleMenuCommand( wxUint32 command ) ; -- 2.47.2