]> git.saurik.com Git - wxWidgets.git/commit
Set Z-position correctly for wxEVT_JOY_ZMOVE events.
authorVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:29 +0000 (15:09 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sat, 7 Jan 2012 15:09:29 +0000 (15:09 +0000)
commit3b2f80c205c590fa4f28fcad3f98e1bb647cac72
tree667cdebe75f5148fc88b4b6e642b9fa0a7417afa
parentf9aa52355eb0db3fd5ef366dbf37d01b32aa3eee
Set Z-position correctly for wxEVT_JOY_ZMOVE events.

Z-move events don't have (x, y) position, but they do have Z-position which
needs to be set.

Also don't use (x, y) position for these events in the sample.

See #748.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@70279 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
docs/changes.txt
interface/wx/event.h
samples/joytest/joytest.cpp
src/msw/window.cpp