Ver a proveniência

Remove a duplicated loop for PLATFORM_DRM (#3590)

pull/3591/head
ubkp há 1 ano
committed by GitHub
ascendente
cometimento
0748dc2d1e
Não foi encontrada uma chave conhecida para esta assinatura, na base de dados ID da chave GPG: 4AEE18F83AFDEB23
1 ficheiros alterados com 0 adições e 3 eliminações
  1. +0
    -3
      src/platforms/rcore_drm.c

+ 0
- 3
src/platforms/rcore_drm.c Ver ficheiro

@ -546,9 +546,6 @@ void PollInputEvents(void)
CORE.Input.Keyboard.keyPressedQueueCount = 0;
CORE.Input.Keyboard.charPressedQueueCount = 0;
// Reset key repeats
for (int i = 0; i < MAX_KEYBOARD_KEYS; i++) CORE.Input.Keyboard.keyRepeatInFrame[i] = 0;
// Reset last gamepad button/axis registered state
CORE.Input.Gamepad.lastButtonPressed = 0; // GAMEPAD_BUTTON_UNKNOWN
//CORE.Input.Gamepad.axisCount = 0;

Carregando…
Cancelar
Guardar