Hello I don’t know who is maintainer of the Joystick directory in fgdata master. I had the problem that Logitech Extreme 3d Pro was not working on my mac. There was one missing <name> definition and there where no <mac> definitions for the axis. With this small changes it works perfect now.
I sent a merge request to the repo and hope this will be merged in from someone. Here is also the diff. Thank you, Yves --- a/Input/Joysticks/Logitech/extreme-3d-pro.xml +++ b/Input/Joysticks/Logitech/extreme-3d-pro.xml @@ -30,6 +30,7 @@ $Id$ <name>Logitech Extreme 3D Pro</name> <name>Logitech Extreme 3D Pro USB</name> <name>Logitech Extreme 3D Pro USB</name> + <name>Logitech Extreme 3D</name> <axis n="0"> <desc>Aileron</desc> @@ -55,6 +56,7 @@ $Id$ <number> <unix>2</unix> <windows>3</windows> + <mac>2</mac> </number> <binding> <command>property-scale</command> @@ -68,6 +70,7 @@ $Id$ <number> <unix>3</unix> <windows>2</windows> + <mac>3</mac> </number> <binding> <command>nasal</command> @@ -80,6 +83,7 @@ $Id$ <number> <unix>4</unix> <windows>6</windows> + <mac>4</mac> </number> <low> <repeatable>true</repeatable> @@ -104,6 +108,7 @@ $Id$ <number> <unix>5</unix> <windows>7</windows> + <mac>5</mac> </number> <low> <repeatable>true</repeatable> ------------------------------------------------------------------------------ This SF.net email is sponsored by Make an app they can't live without Enter the BlackBerry Developer Challenge http://p.sf.net/sfu/RIM-dev2dev _______________________________________________ Flightgear-devel mailing list Flightgear-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/flightgear-devel