ソースを参照

Merge branch 'master' of https://github.com/raysan5/raylib

pull/1659/head
Ray 4年前
コミット
4fb6f4af75
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c ファイルの表示

@ -2980,7 +2980,7 @@ bool IsGamepadButtonReleased(int gamepad, int button)
return released;
}
// Detect if a mouse button is NOT being pressed
// Detect if a gamepad button is NOT being pressed
bool IsGamepadButtonUp(int gamepad, int button)
{
bool result = false;

読み込み中…
キャンセル
保存