winit/src/platform_impl
Simon Hausmann 33fb62bb25
Fix WindowEvent::ReceivedCharacter on web (#1747)
* Fix WindowEvent::ReceivedCharacter on web

The event was never sent to the application because of the unconditional
preventDefault() call on keydown.

Fixes #1741

* Don't scroll when pressing space on a focused canvas

After reaching keypress, we should prevent further propagation.

Relates to #1741
2020-10-29 17:13:21 -04:00
..
android Added WindowHasFocus and WindowLostFocus events to Android (#1733) 2020-10-08 19:44:41 +02:00
ios Fix view frame in portrait when starting iOS app in landscape (#1703) 2020-09-22 11:21:07 -07:00
linux On Wayland, fix 'with_min_inner_size' disabling resize 2020-10-20 03:30:19 +03:00
macos Fix WindowEvent::Moved ignoring DPI on macOS 2020-09-23 10:54:53 +00:00
web Fix WindowEvent::ReceivedCharacter on web (#1747) 2020-10-29 17:13:21 -04:00
windows [Windows] Fix use after free during window destruction (#1746) 2020-10-23 19:04:18 +02:00
mod.rs Merge branch 'master' into merge-master-to-web 2019-09-24 14:21:18 -04:00