Add logs
This commit is contained in:
parent
79b61ea333
commit
4a7246cbd8
2 changed files with 2 additions and 1 deletions
engine_core/src
|
@ -78,6 +78,7 @@ impl State {
|
|||
}
|
||||
|
||||
pub fn input(&mut self, event: &WindowEvent) -> bool {
|
||||
log::info!("{:#?}", event);
|
||||
false
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue