mirror of
https://github.com/raysan5/raylib.git
synced 2025-09-11 22:08:15 +00:00
RENAMED: enum Gestures -> Gesture
Consistency tweak
This commit is contained in:
@@ -866,7 +866,7 @@ typedef enum {
|
||||
GESTURE_SWIPE_DOWN = 128,
|
||||
GESTURE_PINCH_IN = 256,
|
||||
GESTURE_PINCH_OUT = 512
|
||||
} Gestures;
|
||||
} Gesture;
|
||||
|
||||
// Camera system modes
|
||||
typedef enum {
|
||||
|
Reference in New Issue
Block a user