Bernhard Schelling e27fcf64a8 (Win32) Fix numlock/pause key release events
On Win32, the numlock and pause keys need special handling. But the existing code did only handle it correctly for pressing and not releasing. It separately called GetKeyState for the two keys which only returned true while pressing a key and not while releasing it. This then caused the releasing of the pause key to be treated as releasing the numlock key and vice versa. This fix handles releasing the two keys correctly.
2024-05-19 12:23:07 -07:00
..
2023-12-22 09:50:01 +01:00
2024-05-17 14:10:29 -07:00
2024-04-06 18:52:52 +02:00
2024-05-13 07:29:50 -07:00
2023-08-17 21:58:41 +02:00
2023-05-30 21:21:05 +02:00
2023-05-30 21:21:05 +02:00
2023-05-19 17:34:25 +02:00
2023-06-19 18:16:40 +02:00