dioxus-gestures 0.1.0

Drag, Pinch, and Hover gestures for dioxus components
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[`Drag`][], [`Pinch`][], and [`Hover`][] gestures for dioxus components.

Please note: This crate is in early development and may contain bugs and missing implementations.

[`Drag`]: https://docs.rs/dioxus_gestures/latest/state/gestures/drag/struct.Drag
[`Pinch`]: https://docs.rs/dioxus_gestures/latest/state/gestures/pinch/struct.Pinch
[`Hover`]: https://docs.rs/dioxus_gestures/latest/state/gestures/hover/struct.Hover

W3C Drafts and applicable documents:
* https://www.w3.org/TR/pointerevents/
* https://www.w3.org/TR/2025/WD-pointerevents4-20250501/
* https://www.w3.org/TR/2025/CRD-pointerevents3-20250501/
* https://www.w3.org/TR/2019/REC-pointerevents2-20190404/
* https://drafts.csswg.org/selectors/#hover-pseudo