winit-sonoma-fix/src/platform_impl/windows
dam4rus 8567758156 Touch events emit screen coordinates instead of client coordinates on Windows (#1042)
* Touch events emit screen coordinates instead of client coordinates on Windows

Fixes #1002

* Don't lose precision of WM_TOUCH events when converting from screen space to client space

* Updated CHANGELOG.md to reflect changes from issue: #1042
2019-07-17 12:25:35 -04:00
..
dpi.rs Handle WM_POINTER* events in favor of WM_TOUCH 2019-07-08 10:13:02 +02:00
drop_handler.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04:00
event.rs Re-format on stable rustfmt (#974) 2019-06-24 12:14:55 -04:00
event_loop.rs Touch events emit screen coordinates instead of client coordinates on Windows (#1042) 2019-07-17 12:25:35 -04:00
icon.rs Format everything and add rustfmt to travis (#951) 2019-06-21 11:33:15 -04:00
mod.rs Handle WM_POINTER* events in favor of WM_TOUCH 2019-07-08 10:13:02 +02:00
monitor.rs Improve handling of file paths in the windows DnD handler (#980) 2019-06-28 18:07:36 -04: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 Handle WM_POINTER* events in favor of WM_TOUCH 2019-07-08 10:13:02 +02:00
window.rs Fix issues with redraw_requested when called during EventsCleared (#994) 2019-07-04 16:14:15 -04:00
window_state.rs Fix transparent window with decorations (#1011) 2019-07-06 13:29:15 -04:00