Add map_to_output input option for touch devices

This commit is contained in:
Ian Douglas Scott 2023-12-27 19:17:13 -08:00 committed by Victoria Brekenfeld
parent 70bb9b9a2e
commit 45946fc75d
4 changed files with 54 additions and 5 deletions

View file

@ -79,6 +79,7 @@ pub fn for_device(device: &InputDevice) -> InputConfig {
} else {
None
},
map_to_output: None,
}
}