diff options
| author | raysan5 <raysan5@gmail.com> | 2016-01-23 13:22:13 +0100 |
|---|---|---|
| committer | raysan5 <raysan5@gmail.com> | 2016-01-23 13:22:13 +0100 |
| commit | 08da91047e8a2c593c3bc40b31c4796ae6cbb26d (patch) | |
| tree | 5b18e088ad489e5232774b5f688815720a0bada4 /src/core.c | |
| parent | 6e9d3eb0f99c8ce00b769dbd03cc011216b97068 (diff) | |
| download | raylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.tar.gz raylib-08da91047e8a2c593c3bc40b31c4796ae6cbb26d.zip | |
Some code tweaks
Diffstat (limited to 'src/core.c')
| -rw-r--r-- | src/core.c | 2 |
1 files changed, 2 insertions, 0 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) { |
