winit/src
Mads Marquart a63b066ed5
Fix MouseButton::Other value on Windows (#2565)
This was a mistake in the transition to windows-sys: https://github.com/rust-windowing/winit/pull/2057

We used winapi's GET_XBUTTON_WPARAM before which is using HIWORD instead of LOWORD: https://docs.rs/winapi/0.3.9/src/winapi/um/winuser.rs.html#1297-1299
2022-11-23 16:43:56 +01:00
..
platform On macOS, add documentEdited APIs (#2550) 2022-11-23 16:07:41 +01:00
platform_impl Fix MouseButton::Other value on Windows (#2565) 2022-11-23 16:43:56 +01:00
dpi.rs Windows: respect min/max sizes when creating the window (#2393) 2022-08-04 23:03:55 +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 Rework theme API 2022-10-18 21:34:36 +03:00
event_loop.rs Android: rework backend to use android-activity crate (#2444) 2022-11-10 17:55:19 +01:00
icon.rs Documentation cleanup (#2328) 2022-06-11 18:57:19 +02:00
lib.rs Generate docs.rs documentation with doc_auto_cfg (#2358) 2022-10-25 00:02:52 +02:00
monitor.rs Simplify internal type construction 2022-09-21 11:04:28 +03:00
window.rs Add Window::set_content_protected on macOS and Windows (#2525) 2022-11-23 14:51:34 +01:00