Преглед изворни кода

Remove a duplicated loop for PLATFORM_DRM (#3590)

pull/3591/head
ubkp пре 1 година
committed by GitHub
родитељ
комит
0748dc2d1e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 измењених фајлова са 0 додато и 3 уклоњено
  1. +0
    -3
      src/platforms/rcore_drm.c

+ 0
- 3
src/platforms/rcore_drm.c Прегледај датотеку

@ -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;

Loading…
Откажи
Сачувај