Constant evdev::RELATIVE []

pub const RELATIVE: Types = Types{bits: 1 << 2,}

Movement on a relative axis. There is no absolute coordinate frame, just the fact that there was a change of a certain amount of units. Used for things like mouse movement or scroll wheels.