winit/src
alvinhochun 02a34a167a
Impl. mouse capturing on web target (#1672)
* Impl. mouse capturing for web-sys with PointerEvent

* Impl. mouse capturing for web-sys with MouseEvent by manual tracking

* Reorganize web-sys backend mouse and pointer handling code

* Impl. mouse capturing for stdweb with PointerEvent

* Add mouse capturing for web target to changelog
2020-08-29 09:34:33 -04:00
..
platform [macos] add NSWindow.hasShadow support (#1637) 2020-08-13 11:10:34 -07:00
platform_impl Impl. mouse capturing on web target (#1672) 2020-08-29 09:34:33 -04:00
dpi.rs rename dpi_factor to scale_factor where appropriate (#1463) 2020-02-13 12:41:41 -07: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 Use PhysicalPosition in PixelDelta event 2020-07-27 01:16:21 +03:00
event_loop.rs Move available_monitors and primary_monitor to EventLoopWindowTarget (#1616) 2020-07-04 15:46:41 -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 Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
monitor.rs Fix misspellings in comments (#1618) 2020-07-09 08:08:26 -07:00
window.rs Fix with_fullscreen signature 2020-08-02 02:10:33 +03:00