Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Oct 31, 2016, 11:22:34 AM (8 years ago)
Author:
ahedges
Message:

comment out some carbon stuff and add tolua++

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_HS16/src/external/ois/mac/MacInputManager.cpp

    r8351 r11251  
    9292                // else get the main active window.. user might not have access to it through some
    9393                // graphics libraries, if that fails then try at the application level.
    94                 mWindow = ActiveNonFloatingWindow();
    95                 if(mWindow == NULL)
    96                 {
     94//              mWindow = ActiveNonFloatingWindow();
     95//              if(mWindow == NULL)
     96//              {
    9797                        mEventTargetRef = GetApplicationEventTarget();
    98                 }
    99                 else
    100                 {
    101                         //mEventTargetRef = GetWindowEventTarget(mWindow);
    102                         mEventTargetRef = GetApplicationEventTarget();
    103                 }
     98//              }
     99//              else
     100//              {
     101//                      //mEventTargetRef = GetWindowEventTarget(mWindow);
     102//                      mEventTargetRef = GetApplicationEventTarget();
     103//              }
    104104        }
    105105       
Note: See TracChangeset for help on using the changeset viewer.