Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Changeset 1731


Ignore:
Timestamp:
Sep 7, 2008, 4:12:32 PM (16 years ago)
Author:
rgrieder
Message:

Tried fixing autorepeat issue.

File:
1 edited

Legend:

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

    r1555 r1731  
    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.