diff options
| author | victorfisac <victorfisac@gmail.com> | 2016-01-05 13:58:20 +0100 |
|---|---|---|
| committer | victorfisac <victorfisac@gmail.com> | 2016-01-05 13:58:20 +0100 |
| commit | fe0cf8f9a9d6cafa40a1baf8b3cdace0268ccb82 (patch) | |
| tree | ff3e40072807b1a227fdbb46a6e8be04df7b859d /src/core.c | |
| parent | 32508f6db1d3f3c070e80ea42e0a1244a4c88cab (diff) | |
| download | raylib-fe0cf8f9a9d6cafa40a1baf8b3cdace0268ccb82.tar.gz raylib-fe0cf8f9a9d6cafa40a1baf8b3cdace0268ccb82.zip | |
Added some comments and fixed spaces
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -1111,6 +1111,7 @@ Vector2 GetTouchPosition(void) return position; } +// Detect if a button has been pressed once bool IsButtonPressed(int button) { bool pressed = false; |
