mirror of
https://github.com/rust-windowing/winit.git
synced 2026-08-29 04:40:04 -04:00
doc: remove spurious derive directive
This was unintentionally added in eccd9e415.
This commit is contained in:
@@ -583,7 +583,7 @@ pub enum PointerSource {
|
|||||||
/// - **MacOS / Orbital / Wayland / X11:** Always emits [`None`].
|
/// - **MacOS / Orbital / Wayland / X11:** Always emits [`None`].
|
||||||
/// - **Android:** Will never be [`None`]. If the device doesn't support pressure
|
/// - **Android:** Will never be [`None`]. If the device doesn't support pressure
|
||||||
/// sensitivity, force will either be 0.0 or 1.0. Also see the
|
/// sensitivity, force will either be 0.0 or 1.0. Also see the
|
||||||
/// [android documentation](https://developer.android.com/reference/android/view/MotionEvent#AXIS_PRESSURE).#[derive(Debug, Clone, Copy, PartialEq)]
|
/// [android documentation](https://developer.android.com/reference/android/view/MotionEvent#AXIS_PRESSURE).
|
||||||
/// - **Web:** Will never be [`None`]. If the device doesn't support pressure sensitivity,
|
/// - **Web:** Will never be [`None`]. If the device doesn't support pressure sensitivity,
|
||||||
/// force will be 0.5 when a button is pressed or 0.0 otherwise.
|
/// force will be 0.5 when a button is pressed or 0.0 otherwise.
|
||||||
force: Option<Force>,
|
force: Option<Force>,
|
||||||
|
|||||||
Reference in New Issue
Block a user