Przeglądaj źródła

Reviewed `IsKeyPressedRepeat()` #3248

pull/3248/head
Ray 1 rok temu
rodzic
commit
dfd0436428
1 zmienionych plików z 1 dodań i 1 usunięć
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Wyświetl plik

@ -3761,7 +3761,7 @@ bool IsKeyPressed(int key)
bool IsKeyPressedRepeat(int key)
{
if (CORE.Input.Keyboard.keyRepeatInFrame[key] == 1) return true;
else return true;
else return false;
}
// Check if a key is being pressed (key held down)

Ładowanie…
Anuluj
Zapisz