pub async fn set_dpi(
backend: &dyn HidBackend,
route: &DeviceRoute,
dpi: Dpi,
) -> Result<(), WriteError>Expand description
Set sensor 0’s DPI for the device addressed by route.
pub async fn set_dpi(
backend: &dyn HidBackend,
route: &DeviceRoute,
dpi: Dpi,
) -> Result<(), WriteError>Set sensor 0’s DPI for the device addressed by route.