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).
pub fn abs_info<T: AsRawDescriptor>(
descriptor: &T,
) -> BTreeMap<u16, virtio_input_absinfo>Gets the absolute axes of an event device (see EVIOCGABS ioctl for details).