fix: allow Window events, allows proper logical canvas resizing

You have no idea how much pain this has been causing me.
This commit is contained in:
Ryan Walters
2025-09-04 13:25:51 -05:00
parent 17188df729
commit 0759019c8b

View File

@@ -128,7 +128,7 @@ impl Game {
EventType::TextInput,
EventType::TextEditing,
EventType::Display,
EventType::Window,
// EventType::Window,
EventType::MouseWheel,
// EventType::MouseMotion,
// EventType::MouseButtonDown, // Enable for desktop touch testing