Im trying to get action mapping to work, but I dont find any of the predefined enumerations to have as many button definitions as Id like, so I want to use the Any enumeration. In C++ this enumeration features many axes, some hat switches, and a button macro that you can feed a number to. In C#, which Im using, the enumeration is missing the button macro, so I cant map buttons. Furthermore, Id like to select a genre for the ActionFormat that corresponds to Any, but there doesnt seem to be one in the Any enumeration like there is in the other, predefined enumerations.
What can I do to give my ActionFormat a good genre, and whats the C# equivalent of this button macro?
What can I do to give my ActionFormat a good genre, and whats the C# equivalent of this button macro?