diff options
| author | Ray <[email protected]> | 2017-03-09 16:25:15 +0100 |
|---|---|---|
| committer | GitHub <[email protected]> | 2017-03-09 16:25:15 +0100 |
| commit | 7c888edba18c78e38829a752626b67c41e0c224a (patch) | |
| tree | 0af60b4a88271c7c352174129cf72cf859a9c7a7 /src/core.c | |
| parent | 4ec65c0d25887c960583b996a7468a15712339f4 (diff) | |
| download | raylib-7c888edba18c78e38829a752626b67c41e0c224a.tar.gz raylib-7c888edba18c78e38829a752626b67c41e0c224a.zip | |
Corrected typo introduced in last commit
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -291,7 +291,7 @@ static void InitTimer(void); // Initialize timer static double GetTime(void); // Returns time since InitTimer() was run static void Wait(float ms); // Wait for some milliseconds (stop program execution) static bool GetKeyStatus(int key); // Returns if a key has been pressed -static bool ButtonStatus(int button); // Returns if a mouse button has been pressed +static bool GetMouseButtonStatus(int button); // Returns if a mouse button has been pressed static void PollInputEvents(void); // Register user events static void SwapBuffers(void); // Copy back buffer to front buffers static void LogoAnimation(void); // Plays raylib logo appearing animation |
