Explorar el Código

RGFW backend: add missing Right Control key

pull/4962/head
M374LX hace 1 semana
padre
commit
c0cf57f8f0
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      src/platforms/rcore_desktop_rgfw.c

+ 1
- 0
src/platforms/rcore_desktop_rgfw.c Ver fichero

@ -175,6 +175,7 @@ static const unsigned short keyMappingRGFW[] = {
[RGFW_superL] = KEY_LEFT_SUPER,
#ifndef RGFW_MACOS
[RGFW_shiftR] = KEY_RIGHT_SHIFT,
[RGFW_controlR] = KEY_RIGHT_CONTROL,
[RGFW_altR] = KEY_RIGHT_ALT,
#endif
[RGFW_space] = KEY_SPACE,

Cargando…
Cancelar
Guardar