winit-sonoma-fix/src
TotalKrill c5c99d2357
Add cursor grab for web target (#2025)
* Add cursor grab

* Update feature matrix, changelog and platform information

* Add proper error propagation

* Remove "expect" from fallible code

    code would crash if handling pointer capture outside of winit on
    every mouse click

    we swallow the error since we could not think of a case where this
    would fail in a way that would want to handle that it fails

* Remove unnecessary implementation comment

Co-authored-by: Will Crichton <wcrichto@cs.stanford.edu>
2022-01-05 11:13:46 +01:00
..
platform Provide examples for all window position/size setters (#2107) 2022-01-02 04:56:13 +01:00
platform_impl Add cursor grab for web target (#2025) 2022-01-05 11:13:46 +01:00
dpi.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +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 Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
event_loop.rs Clarify ControlFlow::Poll doc for web (#1725) 2020-09-24 10:30:26 -04:00
icon.rs Add ability to create Icons from embedded resources on Windows (#1410) 2020-03-07 14:42:21 -05:00
lib.rs Clippy fixes (#2011) 2021-08-30 19:40:02 +02:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Add cursor grab for web target (#2025) 2022-01-05 11:13:46 +01:00