Struct cognitive_qualia::configuration::InputConfig [] [src]

pub struct InputConfig {
    pub touchpad_scale: f32,
    pub touchpad_pressure_threshold: i32,
    pub mouse_scale: f32,
}

Configuration of input devices.

Fields

Scale for touchpad event position values. In future will be replaced by non-linear scale per dimension.

Threshold value for touchpad pressure below which move events will be ignored.

Scale for mouse event motion values. In future will be replaced by non-linear scale per dimension.

Trait Implementations

impl Clone for InputConfig
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Debug for InputConfig
[src]

Formats the value using the given formatter.