Make HOTAS(flight sim controller) with leonardo

I want to make flight sim controller(joystick, throttle, rudder)
but i don't know how to recognize leonardo as flight sim controller
Is there any software for make flight sim controller with arduino?

Hello sinwonmisang

Take a search engine of your choice and ask the WWW for 'HOTAS +arduino ' to collect some data to be sorted out to get the needed information.

Have a nice day and enjoy coding in C++.

Hello sinwonmisang,
I think the Leonardo is recognised as a keyboard controller, if so you can send keys directly to the pc.

Look in your flight sim forum.
You will need to some coding in C.

ps:With Flightgear Flight Simulator, Uno and Mega are often interfaced with the generic protocol via usb.

Have fun.