RetroArch/gfx/common
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
..
metal Get rid of initial for loop C89 noncompliance 2023-04-23 10:47:09 +02:00
wayland Rebase of wakira's wp_fractional_scale_v1 support (#15965) 2023-11-30 03:29:38 -08:00
angle_common.c Remove asserts 2023-01-09 00:51:05 +01:00
angle_common.h
caca_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
ctr_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
d3d8_defines.h Cleanups 2023-06-01 20:29:05 +02:00
d3d9_common.c Fix crash when using threaded video (#16518) 2024-05-13 07:24:51 -07:00
d3d9_common.h Rename d3d_w32_font.c to d3d9x_w32_font.c 2023-05-31 21:32:52 +02:00
d3d10_common.c Combine gfx_display files into video drivers 2023-05-31 23:58:06 +02:00
d3d10_defines.h Slang Subframe Shaders Feature (#16209) 2024-02-09 03:12:55 -08:00
d3d11_common.c Combine gfx_display files into video drivers 2023-05-31 23:58:06 +02:00
d3d11_defines.h Slang Subframe Shaders Feature (#16209) 2024-02-09 03:12:55 -08:00
d3d12_common.c Combine gfx_display files into video drivers 2023-05-31 23:58:06 +02:00
d3d12_defines.h Slang Subframe Shaders Feature (#16209) 2024-02-09 03:12:55 -08:00
d3d_common.c Revert "Move d3d_input_driver to win32_common and rename it win32_input_driver" 2022-05-17 12:34:12 +02:00
d3d_common.h Revert "Move d3d_input_driver to win32_common and rename it win32_input_driver" 2022-05-17 12:34:12 +02:00
d3dcompiler_common.c Cleanups 2023-06-01 22:52:05 +02:00
d3dcompiler_common.h Cleanups 2023-06-01 22:52:05 +02:00
dbus_common.c
dbus_common.h
drm_common.c gfx/drm: fix mode vrefresh calculation (#16376) 2024-03-20 14:02:51 -07:00
drm_common.h [DRM] set the correct video mode 2021-03-31 13:13:27 +02:00
dxgi_common.c Silence more signedness warnings 2023-06-14 19:51:31 +02:00
dxgi_common.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
egl_common.c (Wayland) Cleanups 2023-06-20 07:08:14 +02:00
egl_common.h Add function prototype to egl_common.h 2023-02-21 22:26:52 +01:00
gdi_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
gl1_defines.h Squashed commit of the following: (#16142) 2024-01-19 23:11:31 -08:00
gl2_common.h Squashed commit of the following: (#16142) 2024-01-19 23:11:31 -08:00
gl3_defines.h Squashed commit of the following: (#16142) 2024-01-19 23:11:31 -08:00
gl_common.c (gl_common.c) Add HAVE_CONFIG_H 2021-09-29 17:48:58 +02:00
gl_common.h Create gl_flush 2021-09-26 22:28:28 +02:00
gx2_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
metal_common.h
orbis_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
ps2_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
rsx_defines.h Merge video_coord_array.c into video_driver.c 2023-08-15 16:02:12 +02:00
sdl2_common.c Add OpenDingux Beta support 2021-03-25 16:19:42 +00:00
sdl2_common.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
sixel_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
switch_defines.h Cleanups 2023-06-01 19:59:11 +02:00
uwpgdi.h MESA UWP Integration (#16285) 2024-03-02 09:36:17 -08:00
vga_defines.h Rename common files to _defines.h 2023-05-31 22:46:34 +02:00
vita2d_defines.h Merge video_coord_array.c into video_driver.c 2023-08-15 16:02:12 +02:00
vksym.h Updated Vulkan on Metal for OSX via MoltenVK 2023-01-07 07:38:42 +01:00
vulkan_common.c Implement HDR readback 2024-05-17 14:10:29 -07:00
vulkan_common.h Implement HDR readback 2024-05-17 14:10:29 -07:00
wayland_common.c wayland: Use frontend signal handler to quit (#16418) 2024-04-08 16:56:29 -07:00
wayland_common.h wayland: Ignore splash sized events during splash (#16412) 2024-04-05 11:02:33 -07:00
win32_common.c (Win32) Fix numlock/pause key release events 2024-05-19 12:23:07 -07:00
win32_common.h Cut down on update_title code duplication 2023-07-16 08:00:49 +02:00
x11_common.c Cleanups, style nits, try to reduce some more strlens, etc. 2023-08-17 18:20:45 +02:00
x11_common.h Remove extra function prototype 2023-06-20 12:00:17 +02:00
xinerama_common.c (X11/Xinerama) Style nits; slightly optimize x11_get_metrics 2022-09-05 19:44:15 +02:00
xinerama_common.h