pandap / slimdx

Automatically exported from code.google.com/p/slimdx
MIT License
0 stars 0 forks source link

Misprint in directinput/DeviceProperties.cpp #896

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
I have accidentally found a little misprint in DeviceProperties::GetKeyCode 
function. 

dip.diph.dwHow = DIPH_DEVICE looks strange because dip.diph.dwObj != 0

probably should be 

dip.diph.dwHow = DIPH_BYID;

I have found it into the current repo (1 aug 2013).

Original issue reported on code.google.com by mrc4...@gmail.com on 1 Aug 2013 at 6:29