servo/components/servo
Martin Robinson dfd14aabef
Fix pinch zoom and enable it for TouchpadMagnify events (#30459)
Pinch zoom was broken because pinch zoom events were triggered at -1, -1
in the compositor. This change:

1. Differentiates between magnify and scroll events in the compositor to
   remove the question of where to trigger them.
2. Converts winit TouchpadMagnify events into pinch zoom events so that
   this works properly on MacOS.
2023-10-03 12:49:36 +00:00
..
build.rs Strict import formatting (grouping and granularity) (#30325) 2023-09-11 19:16:54 +00:00
Cargo.toml Always dummy (#30240) 2023-08-30 06:09:14 +00:00
lib.rs Fix pinch zoom and enable it for TouchpadMagnify events (#30459) 2023-10-03 12:49:36 +00:00