Joystick messages coordinates are unsigned, treat them as such.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:24 +0000 (15:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:24 +0000 (15:09 +0000)
commitf9aa52355eb0db3fd5ef366dbf37d01b32aa3eee
treeea6d91c5aad82d3751fd8f963adb24456c309cd2
parent4e63bfb9b393e44da24cf375c427bbea713c2a10
Joystick messages coordinates are unsigned, treat them as such.

Apparently the joystick messages (x, y) coordinates are unsigned, so use
LOWORD/HIWORD to extract them from LPARAM.

See #748.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70278 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
src/msw/window.cpp