RENAMED: enum Gestures -> Gesture
Consistency tweak
This commit is contained in:
parent
5e3cf28642
commit
0870295a7c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user