Fix key state on MacOS (#610)

This commit is contained in:
Paul Rouget 2018-07-26 01:36:33 +08:00 committed by Francesca Frangipane
parent 3910326709
commit 01cb8e59e3
2 changed files with 9 additions and 4 deletions

View file

@ -1,5 +1,6 @@
# Unreleased
- On MacOS, the key state for modifiers key events is now properly set.
- On iOS, the view is now set correctly. This makes it possible to render things (instead of being stuck on a black screen), and touch events work again.
- Added NetBSD support.