Changeset 1731
- Timestamp:
- Sep 7, 2008, 4:12:32 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/branches/network/src/core/input/InputManager.cc
r1555 r1731 118 118 //paramList.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_NONEXCLUSIVE"))); 119 119 //paramList.insert(std::make_pair(std::string("w32_mouse"), std::string("DISCL_FOREGROUND"))); 120 //#if defined OIS_LINUX_PLATFORM121 //paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true")));122 //#endif120 #if defined OIS_LINUX_PLATFORM 121 paramList.insert(std::make_pair(std::string("XAutoRepeatOn"), std::string("true"))); 122 #endif 123 123 124 124 try … … 723 723 if (iKey == keysDown_.size()) 724 724 keysDown_.push_back(Key(e)); 725 else 726 return true; 725 727 726 728 // update modifiers
Note: See TracChangeset
for help on using the changeset viewer.