winit-sonoma-fix/src
Josh Groves 990e34a129
web: add with_prevent_default, with_focusable (#2365)
* web: add `with_prevent_default`, `with_focusable`

`with_prevent_default` controls whether `event.preventDefault` is called

`with_focusable` controls whether `tabindex` is added

Fixes #1768

* Remove extra space from CHANGELOG
2022-07-14 17:52:31 +02:00
..
platform web: add with_prevent_default, with_focusable (#2365) 2022-07-14 17:52:31 +02:00
platform_impl web: add with_prevent_default, with_focusable (#2365) 2022-07-14 17:52:31 +02:00
dpi.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
error.rs Always use f as the argument name for &mut std::fmt::Formatter (#1023) 2019-07-09 17:49:07 -04:00
event.rs Add 'WindowEvent::Occluded(bool)' 2022-07-06 21:46:25 +03:00
event_loop.rs Disallow multiple EventLoop creation 2022-06-22 20:43:25 +03:00
icon.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
lib.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
monitor.rs Add refresh_rate_millihertz for MonitorHandle 2022-07-08 13:25:56 +03:00
window.rs android: Hold NativeWindow lock until after notifying the user with Event::Suspended (#2307) 2022-07-14 12:35:49 +02:00