ESOUI

ESOUI (https://www.esoui.com/forums/index.php)
-   Chit-Chat (https://www.esoui.com/forums/forumdisplay.php?f=2)
-   -   api bindings for key remaps (https://www.esoui.com/forums/showthread.php?t=8176)

cr25602 12/22/18 03:40 AM

api bindings for key remaps
 
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.

votan 12/22/18 04:49 AM

Quote:

Originally Posted by cr25602 (Post 36671)
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.

Baertram 12/22/18 09:57 AM

There is also an addon already doing this in some cases, called
AdvancedDisableControllerUI

But I think I remember it is not working very well together with other addons (same problem if you overwrite the function mentioned by Votan I guess).


All times are GMT -6. The time now is 02:07 AM.

vBulletin © 2024, Jelsoft Enterprises Ltd
© 2014 - 2022 MMOUI