winit/src/platform_impl/windows
Steve Wooster 1091a8ba1a
Make winit focus take activity into account on Windows (#2159)
winit's notion of "focus" is very simple; you're either focused or not.
However, Windows has both notions of focused window and active window
and paying attention only to WM_SETFOCUS/WM_KILLFOCUS can cause a window
to believe the user is interacting with it when they're not. (this
manifests when a user switches to another application between when a
winit application starts and it creates its first window)
2022-07-15 10:27:27 +02:00
..
event_loop Clippy fixes for windows platform (#2131) 2022-03-23 19:08:04 +01:00
dark_mode.rs Migrate from lazy_static to once_cell 2022-06-08 21:50:26 +03:00
definitions.rs feat(Windows): add skip taskbar methods (#2177) 2022-04-01 20:21:09 +02:00
dpi.rs Adopt windows-sys (#2057) 2022-03-07 22:58:12 +01:00
drop_handler.rs Rename internal structs for consistency (#2149) 2022-03-18 14:09:39 +01:00
event.rs Adopt windows-sys (#2057) 2022-03-07 22:58:12 +01:00
event_loop.rs Make winit focus take activity into account on Windows (#2159) 2022-07-15 10:27:27 +02:00
icon.rs [Windows] Avoid GetModuleHandle(NULL) (#2301) 2022-05-29 17:12:46 +02:00
ime.rs Run clippy on CI 2022-06-10 13:43:33 +03:00
mod.rs Implement From<u64> for WindowId and vise-versa 2022-07-02 14:27:19 +03:00
monitor.rs Add refresh_rate_millihertz for MonitorHandle 2022-07-08 13:25:56 +03:00
raw_input.rs Fix embedded NULs in C wide strings returned from Windows API (#2264) 2022-04-30 13:58:51 +02:00
util.rs Migrate from lazy_static to once_cell 2022-06-08 21:50:26 +03:00
window.rs Refine Window::set_cursor_grab API 2022-06-13 09:43:14 +03:00
window_state.rs Make winit focus take activity into account on Windows (#2159) 2022-07-15 10:27:27 +02:00