mirror of
https://github.com/Xevion/Pac-Man.git
synced 2025-12-16 04:12:37 -06:00
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:
@@ -128,7 +128,7 @@ impl Game {
|
|||||||
EventType::TextInput,
|
EventType::TextInput,
|
||||||
EventType::TextEditing,
|
EventType::TextEditing,
|
||||||
EventType::Display,
|
EventType::Display,
|
||||||
EventType::Window,
|
// EventType::Window,
|
||||||
EventType::MouseWheel,
|
EventType::MouseWheel,
|
||||||
// EventType::MouseMotion,
|
// EventType::MouseMotion,
|
||||||
// EventType::MouseButtonDown, // Enable for desktop touch testing
|
// EventType::MouseButtonDown, // Enable for desktop touch testing
|
||||||
|
|||||||
Reference in New Issue
Block a user