We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51ebda1 commit 089600aCopy full SHA for 089600a
1 file changed
winit-wayland/src/seat/pointer/pointer_gesture.rs
@@ -96,8 +96,6 @@ impl Dispatch<ZwpPointerGestureHoldV1, PointerGestureData, WinitState> for Point
96
(window_id, TouchPhase::Hold)
97
},
98
HoldEvent::End { cancelled, .. } => {
99
- // If the end event was already send by ZwpPointerGesturePinchV1 we don't need to
100
- // send it here again
101
let window_id = match pointer_gesture_data.window_id {
102
Some(window_id) => window_id,
103
_ => return,
0 commit comments