diff options
| author | LLLL Colonq <llll@colonq> | 2024-06-09 17:28:10 -0400 |
|---|---|---|
| committer | LLLL Colonq <llll@colonq> | 2024-06-09 17:28:10 -0400 |
| commit | 6baca14ec9b70f1ffcdd6c456cf798f0f0f1e57b (patch) | |
| tree | fe4a3e2957bf9f14f7d35072235981260862efbd /src/lib.rs | |
| parent | ef27fca1e1041f8eb298d0dab6eed876786b2026 (diff) | |
Small UI tweaks
Diffstat (limited to 'src/lib.rs')
| -rw-r--r-- | src/lib.rs | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -66,6 +66,7 @@ pub fn run<F, G>(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, .. }, .. |
