summaryrefslogtreecommitdiffhomepage
path: root/src/rgestures.h
diff options
context:
space:
mode:
authorRay <[email protected]>2021-10-03 12:09:59 +0200
committerRay <[email protected]>2021-10-03 12:09:59 +0200
commitf869229b7ff187a5f18feb0ba82e7e80c9c98a7b (patch)
tree595a73831ab0f9aab2dd7ef34fb992d5f5d3a213 /src/rgestures.h
parent239c37246a533681953554a303e68f25b9ceba17 (diff)
downloadraylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.tar.gz
raylib-f869229b7ff187a5f18feb0ba82e7e80c9c98a7b.zip
Minor format tweaks
Diffstat (limited to 'src/rgestures.h')
-rw-r--r--src/rgestures.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/rgestures.h b/src/rgestures.h
index bd8ad5e2..2442e797 100644
--- a/src/rgestures.h
+++ b/src/rgestures.h
@@ -94,9 +94,9 @@ typedef enum {
} Gesture;
#endif
-typedef enum {
- TOUCH_ACTION_UP = 0,
- TOUCH_ACTION_DOWN,
+typedef enum {
+ TOUCH_ACTION_UP = 0,
+ TOUCH_ACTION_DOWN,
TOUCH_ACTION_MOVE,
TOUCH_ACTION_CANCEL
} TouchAction;