winit/src/platform_impl/web/event_loop
Osspial d29f7f34aa Rename hidpi_factor to scale_factor (#1334)
* Rename hidpi_factor to scale_factor

* Deprecate WINIT_HIDPI_FACTOR environment variable in favor of WINIT_X11_SCALE_FACTOR

* Rename HiDpiFactorChanged to DpiChanged and update docs

I'm renaming it to DpiChanged instead of ScaleFactorChanged, since I'd
like Winit to expose the raw DPI value at some point in the near future,
and DpiChanged is a more apt name for that purpose.

* Format

* Fix macos and ios again

* Fix bad macos rebase
2020-01-05 14:15:12 -05:00
..
mod.rs Implement hidpi for web platform (#1233) 2020-01-05 14:15:11 -05:00
proxy.rs Have EventLoopClosed contain the original event (#1294) 2019-12-07 10:22:03 -07:00
runner.rs Implement hidpi for web platform (#1233) 2020-01-05 14:15:11 -05:00
state.rs Implement web_sys::Canvas event listeners 2019-06-25 18:07:47 +02:00
window_target.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00