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
This commit is contained in:
@@ -475,6 +475,7 @@ MSW:
|
||||
- Fixed regression with initial focus in the dialogs in 2.9.3.
|
||||
- Added support for wxEXEC_MAKE_GROUP_LEADER to wxExecute (tteras).
|
||||
- Set wxMenu being closed in wxEVT_MENU_CLOSE events (Marcin Malich).
|
||||
- Fix coordinates and Z-position for joystick events (Markus Juergens).
|
||||
|
||||
OSX:
|
||||
|
||||
|
Reference in New Issue
Block a user