aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.c')
-rw-r--r--src/core.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/core.c b/src/core.c
index 9b068300..7a5de04e 100644
--- a/src/core.c
+++ b/src/core.c
@@ -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)
{