DInput joystick

Started by
1 comment, last by THACO 18 years, 10 months ago
Ok, I am just getting into simple DInput and use with joysticks, nothing fancy. I was curious which data format should I use. c_dfDIJoystick or c_dfDIJoystick2. Im pretty sure I will not need more than 32 buttons, and don't need axis acceleration, mainly just the buttons for a gamepad. Would it make any difference in performance since when I poll I would get the small struct? I would assume I should just use the original c_dfDIJoystick cuz it is small and I don't need any extra features. Thanks for the input -THACO
Advertisement
Use c_dfDIJoystick. That offers more functionality than 80% of the joysticks out there. The only joysticks that MIGHT not be a perfect fit for it would be the top of the line flight joysticks for advanced flight simulators.

neneboricua
Thanks, that is what I figured, but since im no DX or DInput guru figured I'd check.

-THACO

This topic is closed to new replies.

Advertisement