winit/src/platform_impl
Kirill Chibisov 98b3508aca
On Windows, fix RedrawRequested delivery
When calling `Window::request_redraw` from the `RedrawRequested`
handler the `RedrawWindow` won't result in `WM_PAINT` being delivered
due since user callback is run before `DefWindowProcW` is called.

Track whether the user called `Window::request_redraw` and ask for
`RedrawWindow` after running the said function during `WM_PAINT`
handling.

Fixes #3150.
2023-10-20 14:52:01 +04:00
..
android Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
ios On iOS, add configuration for status bar style 2023-10-20 14:26:10 +04:00
linux Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
macos On macOS, fix tabGroup misuse 2023-10-20 14:05:57 +04:00
orbital Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
web Revise Key and KeyCode enums 2023-10-19 18:27:49 +04:00
windows On Windows, fix RedrawRequested delivery 2023-10-20 14:52:01 +04:00
mod.rs Redox OS support (#2588) 2023-01-05 06:58:08 -07:00