Hello to all,
first post! I am about to develop an application which will be used to configure a game controller. The game controller is a joystick so a hid device and we'll be able to change the buttons functions. The application will be used to send configuration commands as well as display what buttons are pressed while the game is running.
Questions:
1- With Microsoft's WDK, does the end user will need to install any driver for my application to work? Is it the best way to go or should I us libusb?
2- When the end user is playing, the joystick will send data to the game application and at same time, I need to display which button has been pushed. How can I read the usb port while the application is doing the same. Is this possible?
Thanks a lot