]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/app.h
added wxCHECK_GCC_VERSION() macro
[wxWidgets.git] / include / wx / mac / app.h
index 6cac7e556d40a4fdc628d462d7c31bc26f482c9b..66ecb949ccbb083bbf8951faf741b3bb2736a944 100644 (file)
@@ -95,6 +95,7 @@ public:
     static wxWindow*      s_captureWindow ;
     static int            s_lastMouseDown ; // 0 = none , 1 = left , 2 = right
     static WXHRGN         s_macCursorRgn ;
+    static long           s_lastModifiers ;
     WXEVENTREF            m_macCurrentEvent ;
     
     int                   m_nCmdShow;
@@ -135,6 +136,7 @@ public:
 
     void                  MacDoOneEvent() ;
     void                  MacHandleOneEvent( WXEVENTREF ev ) ;
+    void                  MacHandleModifierEvents( WXEVENTREF ev ) ;
     WXEVENTREF            MacGetCurrentEvent() { return m_macCurrentEvent ; }
   
     // primary events