How can I add use controls in my plugin? Xbox pad plugin seems to use SetControlState/GetControlState for that but the SDK does not seem to be up to date in that regard.
I see GetControlVK/GetControlDIK methods but how do I set a control?
you should be able to use set and get controlstate. make sure you have the latest version of the sdk from this board. if it does not have those functions, reply back for instructions on how to update your sdk
Develop games in your browser. Powerful, performant & highly capable.
The 99.3 SDK is not up to date, but I grabbed the latest Common folder off CVS and it should work now.
yeah, you only needed a few files from the common folder, but that's probably easier
happy plugging