]> git.mxchange.org Git - flightgear.git/blobdiff - src/Main/options.cxx
Added protocol to output out complete control positions.
[flightgear.git] / src / Main / options.cxx
index efdaf30201465bc9745469282eeb86401d397bc0..36ec8d48c2bdf8b0eb9af8d773c013ee833e02ad 100644 (file)
@@ -792,6 +792,8 @@ parse_option (const string& arg)
        parse_channel( "atlas", arg.substr(8) );
     } else if ( arg.find( "--native=" ) == 0 ) {
        parse_channel( "native", arg.substr(9) );
+    } else if ( arg.find( "--native-ctrls=" ) == 0 ) {
+       parse_channel( "native_ctrls", arg.substr(15) );
     } else if ( arg.find( "--garmin=" ) == 0 ) {
        parse_channel( "garmin", arg.substr(9) );
     } else if ( arg.find( "--nmea=" ) == 0 ) {