doc: remove spurious derive directive
This was unintentionally added in eccd9e415.
This commit is contained in:
parent
c09160d1a8
commit
f6e66a71f8
1 changed files with 1 additions and 1 deletions
|
|
@ -583,7 +583,7 @@ pub enum PointerSource {
|
|||
/// - **MacOS / Orbital / Wayland / X11:** Always emits [`None`].
|
||||
/// - **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
|
||||
/// [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,
|
||||
/// force will be 0.5 when a button is pressed or 0.0 otherwise.
|
||||
force: Option<Force>,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue