Files
winit/src
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
..
2022-06-11 18:57:19 +02:00
2022-07-06 21:46:25 +03:00
2022-06-11 18:57:19 +02:00
2022-06-10 13:43:33 +03:00