瀏覽代碼

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…
取消
儲存