]> git.mxchange.org Git - flightgear.git/commit
Olaf Flebbe: incorporate plib js code to fix problems with MS joysticks under Vista...
authorFrederic Bouvier <fredfgfs01@free.fr>
Fri, 14 Jan 2011 20:30:51 +0000 (21:30 +0100)
committerFrederic Bouvier <fredfgfs01@free.fr>
Fri, 14 Jan 2011 20:32:59 +0000 (21:32 +0100)
commit4d0a6f5668ff2f8ca59a57a6ddd1c759c410900b
treea321bbf8711fb2d3e98fa16919d43854aaf857c2
parent664817b0a7010ed8ebe67e3582810ca322c0f3a7
Olaf Flebbe: incorporate plib js code to fix problems with MS joysticks under Vista and 7
19 files changed:
CMakeLists.txt
CMakeModules/FindPLIB.cmake
src/Input/CMakeLists.txt
src/Input/FGJoystickInput.cxx
src/Input/FGJoystickInput.hxx
src/Input/FGjs.hxx [new file with mode: 0644]
src/Input/Makefile.am
src/Input/js.cxx [new file with mode: 0644]
src/Input/jsBSD.cxx [new file with mode: 0644]
src/Input/jsLinux.cxx [new file with mode: 0644]
src/Input/jsMacOSX.cxx [new file with mode: 0644]
src/Input/jsNone.cxx [new file with mode: 0644]
src/Input/jsWindows.cxx [new file with mode: 0644]
src/Input/js_demo.cxx
src/Input/jsinput.cxx
src/Input/jssuper.h
src/Main/CMakeLists.txt
src/Main/Makefile.am
utils/fgviewer/CMakeLists.txt