We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
ButtonSource
1 parent 641c050 commit ec172d4Copy full SHA for ec172d4
winit-core/src/event.rs
@@ -510,7 +510,8 @@ impl From<PointerSource> for PointerKind {
510
}
511
512
513
-/// Represents the pointer type of a [`WindowEvent::PointerButton`].
+/// Represents the pointer type of [`WindowEvent::PointerButton`] and
514
+/// [`DeviceEvent::PointerButton`].
515
///
516
/// **Wayland/X11:** [`Unknown`](Self::Unknown) device types are converted to known variants by the
517
/// system.
0 commit comments