Struct evdev_rs::AbsInfo [] [src]

pub struct AbsInfo {
    pub value: i32,
    pub minimum: i32,
    pub maximum: i32,
    pub fuzz: i32,
    pub flat: i32,
    pub resolution: i32,
}

used by EVIOCGABS/EVIOCSABS ioctls

Fields

latest reported value for the axis

specifies minimum value for the axis

specifies maximum value for the axis

specifies fuzz value that is used to filter noise from the event stream

values that are within this value will be discarded by joydev interface and reported as 0 instead

specifies resolution for the values reported for the axis