Skip to content

Commit

Permalink
Address review
Browse files Browse the repository at this point in the history
  • Loading branch information
daxpedda committed Jun 15, 2023
1 parent adfe8f9 commit f52dff4
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 373 deletions.
5 changes: 2 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ And please only add new entries to the top of this list, right below the `# Unre
- On Web, fix `DeviceEvent::MouseMotion` only being emitted for each canvas instead of the whole window.
- On Web, add `DeviceEvent::Motion`, `DeviceEvent::MouseWheel`, `DeviceEvent::Button` and
`DeviceEvent::Key` support.
- **Breaking** `MouseButton` now supports `Back` and `Forward` variants, emitted from mouse events on Wayland, X11, Windows, macOS and Web.
- **Breaking** `MouseButton` now supports `Back` and `Forward` variants, emitted from mouse events
on Wayland, X11, Windows, macOS and Web.

# 0.28.6

Expand All @@ -101,8 +102,6 @@ And please only add new entries to the top of this list, right below the `# Unre
- On macOS, fix empty marked text blocking regular input.
- On macOS, fix potential panic when getting refresh rate.
- On macOS, fix crash when calling `Window::set_ime_position` from another thread.
- Bump MSRV from `1.60` to `1.64`. This is a **breaking** change.
- On macOS, fixed potential panic when getting refresh rate.

# 0.28.3

Expand Down
36 changes: 0 additions & 36 deletions examples/mouse_buttons.rs

This file was deleted.

333 changes: 0 additions & 333 deletions src/platform_impl/linux/wayland/seat/pointer/handlers.rs

This file was deleted.

0 comments on commit f52dff4

Please sign in to comment.