mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Added some comments and fixed spaces
This commit is contained in:
@ -1111,6 +1111,7 @@ Vector2 GetTouchPosition(void)
|
||||
return position;
|
||||
}
|
||||
|
||||
// Detect if a button has been pressed once
|
||||
bool IsButtonPressed(int button)
|
||||
{
|
||||
bool pressed = false;
|
||||
|
||||
Reference in New Issue
Block a user