Added some comments and fixed spaces
This commit is contained in:
parent
32508f6db1
commit
fe0cf8f9a9
5 changed files with 7 additions and 6 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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue