Skip to content

Commit 76f8583

Browse files
committed
changelog: add device pointer button to pointer overhaul entry
1 parent 8ba99f1 commit 76f8583

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

winit/src/changelog/unreleased.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,9 @@ changelog entry.
168168
type to a generic mouse button.
169169
- New `FingerId` added to `PointerKind::Touch` and `PointerSource::Touch` able to uniquely
170170
identify a finger in a multi-touch interaction. Replaces the old `Touch::id`.
171-
- In the same spirit rename `DeviceEvent::MouseMotion` to `PointerMotion`.
171+
- In the same spirit rename `DeviceEvent::MouseMotion` and `DeviceEvent::Button` to
172+
`PointerMotion` and `PointerButton` respectively.
173+
- Change `DeviceEvent::PointerButton` to use `ButtonSource`.
172174
- Remove `Force::Calibrated::altitude_angle`.
173175
- On X11, use bottom-right corner for IME hotspot in `Window::set_ime_cursor_area`.
174176
- On macOS and iOS, no longer emit `ScaleFactorChanged` upon window creation.

0 commit comments

Comments
 (0)