C# portable CLR library VboxWrap.dll#11
Conversation
IWrapper is a managed C++/CLR -> C# accessible class for vjoyinterface.h and XboxInterface.h Build DLL (Debug-XBOX) Test Xbox feeder with the managed class wrapper Added Enums as const and Dpad 8 pov optimization GetVJDstatus() is in a managed class Added Threshold and Deadzones management designed for Xinput Gamepads. Axes, Buttons and Triggers callbacks optimization
|
I don't understand what you are trying to do. |
|
I'm sorry to disturb you but I needed to see if it can merge or not because the original interfaces does not provide a C# wrapper. Envoyé de mon iPhone
|
Hello @shauleiz,
Here's a patch of the Xinput Wrapper portable to C#.
The file IWrapper.cpp is a managed C++ class, equivalent to a C# class.
I added Trigger Thresholds and Axes Deadzones management designed for the Xinput Gamepads. It allows the feeder to call Axes, Buttons and Triggers from C# with the produced library.
Produced files vJoy\x64\Release-Xbox\vJoyInterface.dll and VboxWrap.dll were used to compile recent MFIGamepadFeeder .
Sincere regards,
@b23prodtm