mirror of
https://github.com/raysan5/raylib.git
synced 2025-12-25 10:22:33 -05:00
Some code tweaks
This commit is contained in:
@ -1230,7 +1230,9 @@ Vector2 GetTouchPosition(void)
|
||||
|
||||
return position;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if defined(PLATFORM_ANDROID)
|
||||
// Detect if a button has been pressed once
|
||||
bool IsButtonPressed(int button)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user