1
0
Fork 0
This commit is contained in:
Florian RICHER 2022-06-08 13:06:16 +02:00
parent 79b61ea333
commit 4a7246cbd8
2 changed files with 2 additions and 1 deletions
engine_core/src

View file

@ -78,6 +78,7 @@ impl State {
}
pub fn input(&mut self, event: &WindowEvent) -> bool {
log::info!("{:#?}", event);
false
}