24
NOV
Read from joystick output based on C#
Recently I just bought a Thrustmaster TCA airbus throttle. You can buy it here. I want to use this throttle to control the fan speed of the server in my data center. <iframe height="600px" src="https://anduins-site.player.aiur.site/pxl_20221121_015946930_265.mp4" ></iframe> Super easy. Install SharpDX.DirectInput first. dotnet add package SharpDX.DirectInput Run the following code to read from …