pub fn map_report_to_xinput(m: &MappingYaml, report: &[u8]) -> XInputStateExpand description
Convert a raw HID input report to an XInput-like state using the mapping. This is a pure function: output depends only on (mapping, report).
pub fn map_report_to_xinput(m: &MappingYaml, report: &[u8]) -> XInputStateConvert a raw HID input report to an XInput-like state using the mapping. This is a pure function: output depends only on (mapping, report).