aboutsummaryrefslogtreecommitdiff
path: root/src/core.c
diff options
context:
space:
mode:
authorraysan5 <raysan5@gmail.com>2016-01-23 13:22:13 +0100
committerraysan5 <raysan5@gmail.com>2016-01-23 13:22:13 +0100
commit08da91047e8a2c593c3bc40b31c4796ae6cbb26d (patch)
tree5b18e088ad489e5232774b5f688815720a0bada4 /src/core.c
parent6e9d3eb0f99c8ce00b769dbd03cc011216b97068 (diff)
downloadraylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.tar.gz
raylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.zip
Some code tweaks
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)
{