On Sat, May 16, 2020 at 09:20:09AM +0200, Volker Rümelin wrote:
> Wire up the keyboard hooking code on Windows to fix the AltGr
> key and improve keyboard grabbing.
Ah, I see, you've kept any gtk dependency out of win32-kbd-hook for
sharing with sdl. Hmm. I guess there is no easy way around the
Wire up the keyboard hooking code on Windows to fix the AltGr
key and improve keyboard grabbing.
Signed-off-by: Volker Rümelin
---
ui/sdl2.c | 24
1 file changed, 24 insertions(+)
diff --git a/ui/sdl2.c b/ui/sdl2.c
index 61c7956da3..79c1ea29d2 100644
--- a/ui/sdl2.c
+++