63 if(
fgGetBool(
"/sim/input/no-mouse-input",
false) ) {
64 SG_LOG(SG_INPUT,SG_MANDATORY_INFO,
"Mouse input disabled!");
69 if(
fgGetBool(
"/sim/input/no-keyboard-input",
false) ) {
70 SG_LOG(SG_INPUT,SG_MANDATORY_INFO,
"Keyboard input disabled!");
75#if defined(ENABLE_PLIB_JOYSTICK)
76 if(
fgGetBool(
"/sim/input/no-joystick-input",
false) ) {
77 SG_LOG(SG_INPUT,SG_MANDATORY_INFO,
"Joystick input disabled!");
83#ifdef INPUTEVENT_CLASS
84 if(
fgGetBool(
"/sim/input/no-event-input",
false) ) {
85 SG_LOG(SG_INPUT,SG_MANDATORY_INFO,
"Event input disabled!");
87 set_subsystem(
"input-event",
new INPUTEVENT_CLASS() );
91#if defined(ENABLE_HID_INPUT) && defined(WITH_EVENTINPUT)
92 if (
fgGetBool(
"/sim/input/no-hid-input",
false)) {
93 SG_LOG(SG_INPUT, SG_MANDATORY_INFO,
"HID-based event input disabled");