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/MacKeyboard.cpp

    r8351 r11251  
    203203                //get string size
    204204                UInt32 stringsize;
    205                 status = GetEventParameter( theEvent, 'kuni', typeUnicodeText, NULL, sizeof(UniChar) * 10, &stringsize, &text );
     205        status = 0;//GetEventParameter(theEvent, 'kuni', typeUnicodeText, NULL, sizeof(UniChar) * 10, &stringsize, &text );
    206206               
    207207                if(stringsize > 0)
Note: See TracChangeset for help on using the changeset viewer.