pub fn new_single_touch_config(
    idx: u32,
    width: u32,
    height: u32,
    name: Option<&str>,
) -> VirtioInputConfigExpand description
Instantiates a VirtioInputConfig object with the default configuration for a touchscreen (no multitouch support).