mirror of
https://github.com/Zenithsiz/dynatos.git
synced 2026-02-07 04:38:02 +00:00
Added pointermove, pointerdown and pointerup events.
This commit is contained in:
parent
cf20473699
commit
24088b11f3
@ -126,5 +126,14 @@ pub mod ev {
|
||||
|
||||
/// `popstate` Event
|
||||
PopState(PopStateEvent) = "popstate";
|
||||
|
||||
/// `pointermove` event
|
||||
PointerMove(PointerEvent) = "pointermove";
|
||||
|
||||
/// `pointerdown` event
|
||||
PointerDown(PointerEvent) = "pointerdown";
|
||||
|
||||
/// `pointerup` event
|
||||
PointerUp(PointerEvent) = "pointerup";
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user