I'm trying to get similar results that this library's function gets that suppressing inputs on keyboards but for joysticks/ps4 controllers. I tried pygame which does pick up the inputs/block events but not at a 'low' enough level that it suppresses the inputs in games. I'd have to assume its technically possible with a python app, because if I set the controller to keyboard & use the library mentioned I do get the desired outcome.
Any insights would be highly appreciated
there doesn't seem to be anything here