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

Reviewed `IsKeyPressedRepeat()` #3248

pull/3248/head
Ray пре 1 година
родитељ
комит
dfd0436428
1 измењених фајлова са 1 додато и 1 уклоњено
  1. +1
    -1
      src/rcore.c

+ 1
- 1
src/rcore.c Прегледај датотеку

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

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