RENAMED: enum Gestures -> Gesture
Consistency tweak
This commit is contained in:
parent
5e3cf28642
commit
0870295a7c
1 changed files with 1 additions and 1 deletions
|
@ -866,7 +866,7 @@ typedef enum {
|
||||||
GESTURE_SWIPE_DOWN = 128,
|
GESTURE_SWIPE_DOWN = 128,
|
||||||
GESTURE_PINCH_IN = 256,
|
GESTURE_PINCH_IN = 256,
|
||||||
GESTURE_PINCH_OUT = 512
|
GESTURE_PINCH_OUT = 512
|
||||||
} Gestures;
|
} Gesture;
|
||||||
|
|
||||||
// Camera system modes
|
// Camera system modes
|
||||||
typedef enum {
|
typedef enum {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue