SF5DInput icon indicating copy to clipboard operation
SF5DInput copied to clipboard

Hook XInputGetStateEx

Open WydD opened this issue 6 years ago • 0 comments

Necessary to support HiFight's FOOTSIES which uses XInputDotNet with a binding on XInputGetStateEX (undocumented ordinal 100). That's actually this one that we call for xinput devices

For some reason I forgot to bind this one. The only thing you need to change is: XInputGetStateEx_wrapped @100 NONAME by hooked_XInputGetState @100 NONAME in xinput1_3.def

WydD avatar Jul 28 '18 19:07 WydD