fn parse_touch_device_option_legacy(s: &str) -> Option<TouchDeviceOption>
Expand description

Try to parse a colon-separated touch device option.

The expected format is “PATH:WIDTH:HEIGHT:NAME”, with all fields except PATH being optional.