Re: winejoystick.drv: Implement POV support

2009-01-18 Thread Vincent Pelletier
On Sun, Jan 18, 2009 at 5:01 AM, Austin English wrote: > Minor, but shouldn't that be 'case 17: /* Hat 0 Y */' Right. Actualy, I originally "stacked" all 4 supported hat definitions (times 2 axes, so 8 "case" lines), so I chose to only write what changed of previous line (makes the pattern more v

Re: winejoystick.drv: Implement POV support

2009-01-17 Thread Austin English
On Sat, Jan 17, 2009 at 6:01 AM, Vincent Pelletier wrote: > Note: > The code generating "discrete" values uses raw numbers istead of defined > values, because they exist only for 4 directions and (on the contrary of what > is advertised by MSDN) JOY_RETURNPOV also reports diagonal angles (verified