Cleric-K / vJoySerialFeeder

Feed Virtual Joystick driver with data from a serial port
GNU General Public License v3.0
252 stars 55 forks source link

Have a button to open Gamepad settings window open #14

Closed safrazik closed 6 years ago

safrazik commented 6 years ago

It will be helpful to have a button below or above to open this window (shown in the image) gamepad settings

You can use this code:

System.Diagnostics.Process.Start("rundll32.exe", "shell32.dll,Control_RunDLL joy.cpl");
Cleric-K commented 6 years ago

Hi, thank you for your suggestion. I've added a menu item (only shown on Windows) in cfcfb4f.