mirror of
https://github.com/rust-windowing/winit.git
synced 2026-09-03 15:20:06 -04:00
Add Touch events for win32. (#377)
* Add Touch events for win32. * Add entry to CHANGELOG.md
This commit is contained in:
committed by
Francesca Frangipane
parent
1c4973d5b7
commit
580321b56f
@@ -4,6 +4,7 @@
|
||||
- Dead keys now work properly on X11, no longer resulting in a panic.
|
||||
- On X11, input method creation first tries to use the value from the user's `XMODIFIERS` environment variable, so application developers should no longer need to manually call `XSetLocaleModifiers`. If that fails, fallbacks are tried, which should prevent input method initialization from ever outright failing.
|
||||
- Fixed thread safety issues with input methods on X11.
|
||||
- Add support for `Touch` for win32 backend.
|
||||
|
||||
# Version 0.11.3 (2018-03-28)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user