Function devices::virtio::input::evdev::abs_info

source ·
pub fn abs_info<T: AsRawDescriptor>(
    descriptor: &T
) -> BTreeMap<u16, virtio_input_absinfo>
Expand description

Gets the absolute axes of an event device (see EVIOCGABS ioctl for details).