On Web, implement WindowEvent::Occluded (#2940)

This commit is contained in:
daxpedda
2023-07-10 02:02:38 +02:00
committed by GitHub
parent bd890e69aa
commit 5e0e1e96bc
9 changed files with 165 additions and 9 deletions

View File

@@ -11,6 +11,7 @@ And please only add new entries to the top of this list, right below the `# Unre
- On X11, fix false positive flagging of key repeats when pressing different keys with no release
between presses.
- Implement `PartialOrd` and `Ord` for `KeyCode` and `NativeKeyCode`.
- On Web, implement `WindowEvent::Occluded`.
# 0.29.0-beta.0