Added some comments and fixed spaces

This commit is contained in:
victorfisac 2016-01-05 13:58:20 +01:00
parent 32508f6db1
commit fe0cf8f9a9
5 changed files with 7 additions and 6 deletions

View file

@ -1111,6 +1111,7 @@ Vector2 GetTouchPosition(void)
return position;
}
// Detect if a button has been pressed once
bool IsButtonPressed(int button)
{
bool pressed = false;