EloiStree / OpenMacroInput

When keyboard is not enough !!!
4 stars 1 forks source link

Topic: Read and Write Xbox input #44

Open EloiStree opened 3 years ago

EloiStree commented 3 years ago

Ouh... That a hard topic.

To read

You can find my code here that is based on some else code: https://github.com/EloiStree/XInputDotNet

To Write

To write is an other story... You can't write just by calling a windowfile.dll like for mouse and screen.

You need to create a fake controller using:

The tool is apparently created by "vXbox by vJoy".

And then use some wrapper like the following:

To interface the DLL.

(I am new to this weird situation. So feel free to correct me and don't take my word for trust.)


There are also a x360ce Library but I am not sure of how to use it or if it is free to use in the license therm.

EloiStree commented 3 years ago

Just in case the GitHub are closed one day, I forked them here: