Add disable option

This commit is contained in:
Bryce Hackel
2024-08-16 09:27:09 -07:00
parent e63bc374cf
commit 36f9da844b
3 changed files with 31 additions and 6 deletions

View File

@@ -66,7 +66,7 @@ typedef NS_ENUM(NSUInteger, GestureMode) {
GestureModeVolume,
GestureModeBrightness,
GestureModeSeek,
GestureModeInvalid
GestureModeDisabled
};
// Gesture Section Enum
typedef NS_ENUM(NSUInteger, GestureSection) {