basic touch input

This commit is contained in:
2021-08-05 23:33:26 +02:00
parent 02ba2bb95a
commit 01a4e93f3f
6 changed files with 247 additions and 19 deletions

View File

@@ -7,6 +7,7 @@ use toml;
pub struct LogConfigInput {
pub mouse_motion: bool,
pub buttons: bool,
pub touch: bool,
pub missing_bindings: bool
}