Add support for more than 4 joystick buttons under MSW
Use polling thread instead of relying on MM_JOYXXX events to allow receiving events from all the supported buttons. See https://github.com/wxWidgets/wxWidgets/pull/942 Closes #1142.
This commit is contained in:
@@ -141,6 +141,7 @@ wxMSW:
|
||||
- Add experimental support for Windows 10/ARM64 platform (Simon Rozman).
|
||||
- Fix hang after clearing wxTAB_TRAVERSAL style on a window with children.
|
||||
- Fix handling of AUX2 mouse button events (Timon Rozmanrylz).
|
||||
- Implement support for more than 4 joystick buttons (Mick Phillips).
|
||||
- Fix saving/restoring window position for maximized windows.
|
||||
- Fix stack corruption when using wxStackWalker (srfisk).
|
||||
- Fix positioning windows at positions >= SHORT_MAX (Cătălin Răceanu).
|
||||
|
Reference in New Issue
Block a user