Some code tweaks
This commit is contained in:
parent
6e9d3eb0f9
commit
08da91047e
5 changed files with 11 additions and 16 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue