From 6baca14ec9b70f1ffcdd6c456cf798f0f0f1e57b Mon Sep 17 00:00:00 2001 From: LLLL Colonq Date: Sun, 9 Jun 2024 17:28:10 -0400 Subject: Small UI tweaks --- src/lib.rs | 1 + 1 file changed, 1 insertion(+) (limited to 'src/lib.rs') diff --git a/src/lib.rs b/src/lib.rs index f0aa85d..300f7d1 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -66,6 +66,7 @@ pub fn run(gnew: F) where G: state::Game + 'static, F: (Fn(&context::Conte event: winit::event::KeyEvent { physical_key: winit::keyboard::PhysicalKey::Code(key), state, + repeat: false, .. }, .. -- cgit v1.2.3