Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Mar 12, 2011, 5:43:12 AM (13 years ago)
Author:
rgrieder
Message:

Reverted some changes to OIS v1.3.
@Kevin: hope this is OK for you.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/mac_osx/src/external/ois/linux/LinuxKeyboard.cpp

    r7506 r8060  
    284284        while( XPending(display) > 0 )
    285285        {
    286                 XNextEvent(display, &event);            if(KeyPress == event.type)
     286                XNextEvent(display, &event);
     287
     288                if(KeyPress == event.type)
    287289                {
    288290                        unsigned int character = 0;
Note: See TracChangeset for help on using the changeset viewer.