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
Original issue reported on code.google.com by
mrc4...@gmail.com
on 1 Aug 2013 at 6:29