Add Touch events for win32. (#377)

* Add Touch events for win32.

* Add entry to CHANGELOG.md
This commit is contained in:
cpardotortosa
2018-04-05 21:25:37 +02:00
committed by Francesca Frangipane
parent 1c4973d5b7
commit 580321b56f
3 changed files with 47 additions and 1 deletions

View File

@@ -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)