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