Struct gilrs::ev::filter::Jitter [] [src]

pub struct Jitter {
    pub threshold: f32,
}

Discard axis events that changed less than threshold.

Fields

Methods

impl Jitter
[src]

[src]

Creates new Repeat filter with threshold set to 0.01.

Trait Implementations

impl Copy for Jitter
[src]

impl Clone for Jitter
[src]

[src]

Returns a copy of the value. Read more

1.0.0
[src]

Performs copy-assignment from source. Read more

impl PartialEq for Jitter
[src]

[src]

This method tests for self and other values to be equal, and is used by ==. Read more

[src]

This method tests for !=.

impl Debug for Jitter
[src]

[src]

Formats the value using the given formatter.

impl FilterFn for Jitter
[src]

[src]