feat: fix emscripten browser logging, streamline console initialization and logging

This commit is contained in:
Ryan Walters
2025-09-04 14:07:24 -05:00
parent 0759019c8b
commit 968eb39b64
5 changed files with 67 additions and 33 deletions

View File

@@ -293,6 +293,9 @@ pub fn input_system(
simple_key_events.push(SimpleKeyEvent::KeyUp(key));
}
}
Event::RenderTargetsReset { .. } | Event::Window { .. } => {
// No-op
}
_ => {
tracing::warn!("Unhandled event, consider disabling: {:?}", event);
}