diff options
| author | Ray <[email protected]> | 2024-06-30 11:07:38 +0200 |
|---|---|---|
| committer | Ray <[email protected]> | 2024-06-30 11:07:38 +0200 |
| commit | 17cbc75aa710ed629560580e8105d637b3124653 (patch) | |
| tree | d5fbf88128d5e1c083c78dd30b6fd7d5c6c0f968 /src/platforms/rcore_android.c | |
| parent | a805f46f552626c9d6b39baeda2d03963ab53cb4 (diff) | |
| download | raylib-17cbc75aa710ed629560580e8105d637b3124653.tar.gz raylib-17cbc75aa710ed629560580e8105d637b3124653.zip | |
REVIEWED: Formatting, follow raylib coding conventions
Diffstat (limited to 'src/platforms/rcore_android.c')
| -rw-r--r-- | src/platforms/rcore_android.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/platforms/rcore_android.c b/src/platforms/rcore_android.c index d8568d92..dc8724d8 100644 --- a/src/platforms/rcore_android.c +++ b/src/platforms/rcore_android.c @@ -660,7 +660,7 @@ void PollInputEvents(void) CORE.Input.Gamepad.previousButtonState[i][k] = CORE.Input.Gamepad.currentButtonState[i][k]; } } - + // Register previous touch states for (int i = 0; i < MAX_TOUCH_POINTS; i++) CORE.Input.Touch.previousTouchState[i] = CORE.Input.Touch.currentTouchState[i]; |
