Browse Source

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

pull/1659/head
Ray 4 years ago
parent
commit
4fb6f4af75
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      src/core.c

+ 1
- 1
src/core.c View File

@ -2980,7 +2980,7 @@ bool IsGamepadButtonReleased(int gamepad, int button)
return released; 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 IsGamepadButtonUp(int gamepad, int button)
{ {
bool result = false; bool result = false;

Loading…
Cancel
Save