Re: Defining missing DirectInput constants

2009-12-28 Thread Vitaliy Margolen
Javier Kohen wrote: > Is it OK to copy constant definitions from Microsoft's SDK? If not, can > somebody help me or give some pointers on how to figure them out? Yes, as long as you type it yourself and don't copy&paste. Vitaliy.

Defining missing DirectInput constants

2009-12-27 Thread Javier Kohen
Hi, I'm implementing DInput's SetActionFormat call. I need to add the DInput Action Mapping Constants to Wine's dinput.h so I can map between the user requested action and the DIJOFS_* Joystick Device Constants. Is it OK to copy constant definitions from Microsoft's SDK? If not, can somebody help