]> git.saurik.com Git - wxWidgets.git/commitdiff
Carbon Event Mouse Moved handler added
authorStefan Csomor <csomor@advancedconcepts.ch>
Sun, 31 Aug 2003 15:33:02 +0000 (15:33 +0000)
committerStefan Csomor <csomor@advancedconcepts.ch>
Sun, 31 Aug 2003 15:33:02 +0000 (15:33 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23320 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/mac/app.h

index 0b32e7983bc26e56435f7ac04d8bc674de9f9a3e..a97a58d663e36bb1c5ff183e43555b58172ed157 100644 (file)
@@ -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 ) ;