1
0
Fork 0
flightgear/src/Input
Torsten Dreyer bca8b75a81 Allow input systems to be disabled
To avoid trouble when running multiple instances on one machine, disable
e.g. joystick input for second instance by
--prop:bool:/sim/input/no-joystick-input=true

Also allowed:
--prop:bool:/sim/input/no-event-input=true
--prop:bool:/sim/input/no-mouse-input=true
--prop:bool:/sim/input/no-keyboard-input=true
2014-11-06 22:27:59 +01:00
..
.gitignore Ignore generated files 2010-06-02 11:27:16 +02:00
CMakeLists.txt Make compiling of all utils/tools optional 2013-02-12 17:38:46 +01:00
FGButton.cxx Fix for issue #999 2014-03-05 00:33:45 +01:00
FGButton.hxx Fix for issue #999 2014-03-05 00:33:45 +01:00
FGCommonInput.cxx Reduce amount of log output at level=debug. 2013-09-28 14:47:20 +01:00
FGCommonInput.hxx Use new Simgear platform defines in Input code. 2010-10-31 12:23:16 +00:00
FGDeviceConfigurationMap.cxx Joystick/dialog caches, commit the transactions. 2013-01-25 09:30:31 +01:00
FGDeviceConfigurationMap.hxx Restore named JS/input configs (overrides) 2012-09-25 14:20:18 +01:00
FGEventInput.cxx Update for SGPropertyNode changes. 2014-03-06 00:41:41 +01:00
FGEventInput.hxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
FGJoystickInput.cxx Update for SGPropertyNode changes. 2014-03-06 00:41:41 +01:00
FGJoystickInput.hxx Fix for issue #999 2014-03-05 00:33:45 +01:00
fgjs.cxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
FGKeyboardInput.cxx Use binding-list fire helper. 2013-12-15 20:43:27 +00:00
FGKeyboardInput.hxx Use tiedPropertyLists instead of manually matched tie/untie calls. 2012-03-04 15:30:08 +01:00
FGLinuxEventInput.cxx FGLinuxEventInput: check return value of write. 2013-12-07 13:48:04 +01:00
FGLinuxEventInput.hxx Spring-cleaning: some minor optimization 2012-03-06 22:28:18 +01:00
FGMacOSXEventInput.cxx Fix unused private vars. 2013-07-04 20:24:56 +01:00
FGMacOSXEventInput.hxx Fix unused private vars. 2013-07-04 20:24:56 +01:00
FGMouseInput.cxx Do not assume there is a mouse mode with index 3. 2014-07-30 23:54:04 +02:00
FGMouseInput.hxx Fix updating of mouse position props. 2013-03-05 14:31:58 +00:00
input.cxx Allow input systems to be disabled 2014-11-06 22:27:59 +01:00
input.hxx Advanced input subsystem - Step2: Split up current input subsystem 2009-08-08 08:37:15 +02:00
js_demo.cxx Revert joystick patch. One would have to provide a better one 2011-01-14 22:37:39 +01:00
jsinput.cxx Revert joystick patch. One would have to provide a better one 2011-01-14 22:37:39 +01:00
jsinput.h Stefan Seifert: 2006-07-04 23:29:05 +00:00
jssuper.cxx new FSF address 2006-02-21 01:16:04 +00:00
jssuper.h Revert joystick patch. One would have to provide a better one 2011-01-14 22:37:39 +01:00