Search found 1 match

by hyz1984
Thu Oct 09, 2014 9:58 am
Forum: Developer's Forum for Windows
Topic: DirectInput Programming Examples
Replies: 45
Views: 102245

Re: DirectInput Programming Examples

The following works with SpacePilot Pro, it's based on the old SDK code which doesn't work with the newer device, i.e. the wireless one. dipdw.dwData = DIPROPAXISMODE_ABS; I ended up merging the old with the new, first try init in old code, if failed then try init in new code. This works pretty well...