Changeset 1505 for code/trunk/src/ois/linux
- Timestamp:
- Jun 1, 2008, 4:46:12 PM (16 years ago)
- Location:
- code/trunk/src
- Files:
-
- 16 edited
Legend:
- Unmodified
- Added
- Removed
-
code/trunk/src
- Property eol-style deleted
-
code/trunk/src/ois
- Property eol-style deleted
-
code/trunk/src/ois/linux
- Property eol-style deleted
-
code/trunk/src/ois/linux/EventHelpers.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/EventHelpers.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxForceFeedback.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxForceFeedback.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxInputManager.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxInputManager.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxJoyStickEvents.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxJoyStickEvents.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxKeyboard.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
r1504 r1505 304 304 while( XPending(display) > 0 ) 305 305 { 306 307 306 XNextEvent(display, &event); 308 309 310 307 311 308 if( KeyPress == event.type ) … … 339 336 linMan->_setGrabState(false); 340 337 } 341 342 338 else if( KeyRelease == event.type ) 343 339 { … … 349 345 XLookupString(&event.xkey,NULL,0,&key,NULL); 350 346 _injectKeyUp(key); 351 352 347 } 353 348 } -
code/trunk/src/ois/linux/LinuxKeyboard.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxMouse.cpp
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxMouse.h
- Property eol-style deleted
- Property svn:eol-style set to native
-
code/trunk/src/ois/linux/LinuxPrereqs.h
- Property eol-style deleted
- Property svn:eol-style set to native
Note: See TracChangeset
for help on using the changeset viewer.