Some code tweaks

This commit is contained in:
raysan5 2016-01-23 13:22:13 +01:00
parent 6e9d3eb0f9
commit 08da91047e
5 changed files with 11 additions and 16 deletions

View file

@ -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)
{