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.
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