1
Programs / How Read all Joysticks and Buttons of Logitech F310 Gamepad (as XBox)
« on: June 14, 2020, 12:23:32 pm »
I have finished a code to read all functions of a Logitech F310 gamepad.
Then I am sharing the code:
Then I am sharing the code:
Code: QB64: [Select]
- 'This code read all functions of a Logitech F310 gamepad. The back switch is on X position.
- 'Writed by ACJacques acj@infolink.com.br June/2020
- TYPE JOYINFOEX
- x& = joyGetPosEx(0, Joy1.dwSize) 'using Windows DLL to get better resolution