log pressed keys

This commit is contained in:
Ferdinand Schober
2024-09-23 20:48:45 +02:00
parent b071201dcb
commit f0f73ea7ba
2 changed files with 5 additions and 2 deletions

View File

@@ -160,6 +160,7 @@ impl InputCapture {
_ => self.pressed_keys.remove(&scancode),
};
}
log::info!("pressed keys: {:?}", self.pressed_keys);
}
}