winit/src/platform_impl/windows
Murarth 9e3844ddd9
Fix warnings on all platforms (#1383)
* Fix warnings on all platforms

* Also fixed a trait impl bound that I noticed along the way
2020-01-09 22:29:31 -07:00
..
event_loop On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
dark_mode.rs Add support for Windows Dark Mode (#1217) 2019-12-22 12:04:09 -07:00
dpi.rs On Windows, make AdjustRect calls DPI-aware when possible (#1015) 2020-01-05 14:15:11 -05:00
drop_handler.rs WIP - Make EL2 DPI changes and implement on Windows (#895) 2020-01-05 14:15:11 -05:00
event.rs Implement ModifiersChanged on Windows, and fix bugs discovered in implementation process (#1344) 2019-12-30 14:11:11 -05:00
event_loop.rs Fix warnings on all platforms (#1383) 2020-01-09 22:29:31 -07:00
icon.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Add support for Windows Dark Mode (#1217) 2019-12-22 12:04:09 -07:00
monitor.rs Rename hidpi_factor to scale_factor (#1334) 2020-01-05 14:15:12 -05:00
raw_input.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
util.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
window.rs On Windows, fix bug where RedrawRequested would only get emitted every other iteration of the event loop (#1366) 2020-01-06 15:28:58 -05:00
window_state.rs WIP - Make EL2 DPI changes and implement on Windows (#895) 2020-01-05 14:15:11 -05:00