Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1735 for code/trunk/src/core


Ignore:
Timestamp:
Sep 7, 2008, 5:03:10 PM (16 years ago)
Author:
scheusso
Message:

network branch merged into trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/trunk/src/core/input/InputManager.cc

    r1555 r1735  
    118118      //paramList.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_NONEXCLUSIVE")));
    119119      //paramList.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_FOREGROUND")));
    120 //#if defined OIS_LINUX_PLATFORM
    121 //      paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));
    122 //#endif
     120#if defined OIS_LINUX_PLATFORM
     121      paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));
     122#endif
    123123
    124124      try
     
    723723    if (iKey == keysDown_.size())
    724724      keysDown_.push_back(Key(e));
     725    else
     726      return true;
    725727
    726728    // update modifiers
Note: See TracChangeset for help on using the changeset viewer.