Hi. I am trying to write functions for RawInput in wine.
If understand correctly GetRawInputDeviceList function gives us
an array of rawinputdevice's registered with function RegisterRawInputDevices.
So implementing it would be just geting and setting data in array.
But I have two question:
1) Where should i put this array? In which file?
2) How can I get data to fill the begining of the array (according
to my tests when Windows has only mouse and keyboard connected there are 4 input devices)
Regards Michael.