View Single Post
12/22/18, 04:49 AM   #2
votan
 
votan's Avatar
AddOn Author - Click to view addons
Join Date: Oct 2014
Posts: 577
Originally Posted by cr25602 View Post
so this is kind of absurd and I would assume I would have to write some middleware before this would be possible....

I want to play eso with dual thrustmaster joysticks. I am a dev mostly in php with enough C to write php extensions and enough unix to do everything myself.

Are there available endpoints to interface with control bindings? if not I stop now if anyone knows if there are ill dig through the available docs.

if this has been attempted and failed horribly please have mercy and save me from this project. Any comments or info appreciated.
I quick google gave me:
https://github.com/x360ce/x360ce

if you want to keep keyboard UI while in gamepad mode, you have to replace IsInGamepadPreferredMode() with a function always returning false.
  Reply With Quote