Merge pull request #1063 from RobinD42/fix-issue997

Various updates for wxJoystick

(cherry picked from commit 12f20a4018)
This commit is contained in:
Robin Dunn
2018-10-29 19:00:56 -07:00
parent 36f8cb79bf
commit 882401e9d9
5 changed files with 47 additions and 82 deletions

View File

@@ -161,6 +161,9 @@ Changes in this release include the following:
* Fix drawing of ticks in wx.lib.agw.speedmeter when there are negative bounds
values. (#1013)
* wxWidgets for Mac includes the wxJoystick class now, also update the demo.
(#997)