What happens when a key is held while a window loses focus? E.g. on X11 a synthetic key up event is received while on MacOS a key up event is received when the user releases the key. The behavior also seems to differ between modifier and normal keys.
Winit should document how window focus influences what key events get send and how this differs between platforms.
See also #3543
What happens when a key is held while a window loses focus? E.g. on X11 a synthetic key up event is received while on MacOS a key up event is received when the user releases the key. The behavior also seems to differ between modifier and normal keys.
Winit should document how window focus influences what key events get send and how this differs between platforms.
See also #3543