Move Event::RedrawRequested to WindowEvent (#3049)

This commit is contained in:
daxpedda
2023-08-27 16:15:09 +02:00
committed by GitHub
parent a3cba838ea
commit 67d3fd28f7
46 changed files with 572 additions and 562 deletions

View File

@@ -11,6 +11,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- Fix window size sometimes being invalid when resizing on macOS.
- On Web, `ControlFlow::Poll` and `ControlFlow::WaitUntil` are now using the Prioritized Task Scheduling API. `setTimeout()` with a trick to circumvent throttling to 4ms is used as a fallback.
- On Web, never return a `MonitorHandle`.
- **Breaking:** Move `Event::RedrawRequested` to `WindowEvent::RedrawRequested`.
# 0.29.1-beta