muchimi / JoystickGremlinEx

Modified version of Joystick Gremlin to add features I wanted to have but were difficult to do as just a plugin, plus I wanted to run this as 64 bit and on a more current version of Python/QT.
GNU General Public License v3.0
17 stars 2 forks source link

Fix keyboard error when changing modes #19

Closed jc43081 closed 2 months ago

jc43081 commented 2 months ago

I found that an error occurred in the keyboard tab when switching modes. It was missing set_mode(). I matched it against the JoystickDeviceTabWidget and it seems to work fine now.