Re: [PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2025-02-09 Thread Bernhard Beschow
Am 12. Januar 2025 13:08:03 UTC schrieb Bernhard Beschow : > > >Am 31. Dezember 2024 11:59:50 UTC schrieb "Volker Rümelin" >: >>Windows only: >> >>The libSDL2 Windows message loop needs the libSDL2 Windows low >>level keyboard hook procedure to grab the left and right Windows >>keys correctly.

Re: [PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2025-01-12 Thread Bernhard Beschow
Am 31. Dezember 2024 11:59:50 UTC schrieb "Volker Rümelin" : >Windows only: > >The libSDL2 Windows message loop needs the libSDL2 Windows low >level keyboard hook procedure to grab the left and right Windows >keys correctly. Reenable the SDL2 Windows keyboard hook procedure. > >Since SDL2 2.30.

Re: [PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2025-01-03 Thread Volker Rümelin
Am 02.01.25 um 08:23 schrieb Thomas Huth: > On 02/01/2025 08.06, Philippe Mathieu-Daudé wrote: >> Hi Volker, >> >> On 31/12/24 12:59, Volker Rümelin wrote: >>> Windows only: >>> >>> The libSDL2 Windows message loop needs the libSDL2 Windows low >>> level keyboard hook procedure to grab the left and

Re: [PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2025-01-01 Thread Thomas Huth
On 02/01/2025 08.06, Philippe Mathieu-Daudé wrote: Hi Volker, On 31/12/24 12:59, Volker Rümelin wrote: Windows only: The libSDL2 Windows message loop needs the libSDL2 Windows low level keyboard hook procedure to grab the left and right Windows keys correctly. Reenable the SDL2 Windows keyboar

Re: [PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2025-01-01 Thread Philippe Mathieu-Daudé
Hi Volker, On 31/12/24 12:59, Volker Rümelin wrote: Windows only: The libSDL2 Windows message loop needs the libSDL2 Windows low level keyboard hook procedure to grab the left and right Windows keys correctly. Reenable the SDL2 Windows keyboard hook procedure. Since SDL2 2.30.4 the SDL2 keyboa

[PATCH v3] ui/sdl2: reenable the SDL2 Windows keyboard hook procedure

2024-12-31 Thread Volker Rümelin
Windows only: The libSDL2 Windows message loop needs the libSDL2 Windows low level keyboard hook procedure to grab the left and right Windows keys correctly. Reenable the SDL2 Windows keyboard hook procedure. Since SDL2 2.30.4 the SDL2 keyboard hook procedure also filters out the special left Con