From 135dd6ad8dfce2f1bb97a1c913e7f2159ce4cb47 Mon Sep 17 00:00:00 2001 From: Ross Andrews Date: Tue, 3 May 2022 20:32:50 -0500 Subject: [PATCH] Comment --- vemu/src/main.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/vemu/src/main.rs b/vemu/src/main.rs index 1bb3123..8995e01 100644 --- a/vemu/src/main.rs +++ b/vemu/src/main.rs @@ -78,6 +78,7 @@ fn window_loop(event_loop: EventLoop<()>, window: Window, mut pixels: Pixels, mu // any OS, and there are probably more Linux users than Dvorak users. // Also, this won't actually affect me, even on Linux, because the KMAC handles the dvorak mapping in the // keyboard itself, rather than an input map; it generates scancodes as though it were a Sholes board. + // See this bug: https://github.com/rust-windowing/winit/issues/1443 Event::DeviceEvent { event: DeviceEvent::Key(input), device_id: _device_id,