mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-15 07:48:15 +00: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