Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 7691


Ignore:
Timestamp:
Dec 1, 2010, 4:28:06 PM (13 years ago)
Author:
youngk
Message:

Marked output of OIS TODO section. Fixme.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/ois_update/src/external/ois/mac/MacKeyboard.cpp

    r5781 r7691  
    199199        char macChar;
    200200       
    201         // TODO clean this up
     201        // @TODO clean this up
    202202        if (mTextMode == Unicode)
    203203        {
     
    207207                //status = GetEventParameter( theEvent, 'kuni', typeUnicodeText, NULL, sizeof(UniChar)*10, NULL, &text );
    208208                status = GetEventParameter( theEvent, 'kuni', typeUnicodeText, NULL, sizeof(UniChar) * 10, &stringsize, &text );
    209                 std::cout << "String length: " << stringsize << std::endl;
     209                std::cout << "OIS: MacKeyboard::_keyDownCallback(): String length: " << stringsize << std::endl;
    210210               
    211211                //wstring unitext;
Note: See TracChangeset for help on using the changeset viewer.