Changeset 3301 for code/trunk/src/core/input/InputManager.cc
- Timestamp:
- Jul 18, 2009, 4:03:59 PM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src/core/input/InputManager.cc
r3280 r3301 175 175 176 176 // Fill parameter list 177 windowHndStr << (unsigned int)windowHnd_;177 windowHndStr << static_cast<unsigned int>(windowHnd); 178 178 paramList.insert(std::make_pair(std::string("WINDOW"), windowHndStr.str())); 179 179 #if defined(ORXONOX_PLATFORM_WINDOWS)
Note: See TracChangeset
for help on using the changeset viewer.