mirror of
https://github.com/SoPat712/YTLitePlus.git
synced 2025-08-21 18:28:47 -04:00
Sensitivity and Deadzone settings
This commit is contained in:
12
YTLitePlus.h
12
YTLitePlus.h
@@ -58,6 +58,7 @@
|
||||
// Helper methods for key retrieval
|
||||
#define IsEnabled(key) [[NSUserDefaults standardUserDefaults] boolForKey:key]
|
||||
#define GetSelection(key) [[NSUserDefaults standardUserDefaults] integerForKey:key]
|
||||
#define GetFloat(key) [[NSUserDefaults standardUserDefaults] floatForKey:key]
|
||||
|
||||
|
||||
// Player Gesture selected mode enum
|
||||
@@ -149,6 +150,17 @@ typedef NS_ENUM(NSUInteger, GestureSection) {
|
||||
@property id <YTResponder> parentResponder;
|
||||
@end
|
||||
|
||||
// Player Gestures - @bhackel
|
||||
@interface YTPlayerViewController (YTLitePlus) <UIGestureRecognizerDelegate>
|
||||
@property (nonatomic, retain) UIPanGestureRecognizer *YTLitePlusPanGesture;
|
||||
- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldRecognizeSimultaneouslyWithGestureRecognizer:(UIGestureRecognizer *)otherGestureRecognizer;
|
||||
@end
|
||||
@interface YTWatchFullscreenViewController : YTMultiSizeViewController
|
||||
@end
|
||||
@interface MPVolumeController : NSObject
|
||||
@property (nonatomic, assign, readwrite) float volumeValue;
|
||||
@end
|
||||
|
||||
// Hide Collapse Button - @arichornlover
|
||||
@interface YTMainAppControlsOverlayView (YTLitePlus)
|
||||
@property (nonatomic, assign, readwrite) YTQTMButton *watchCollapseButton;
|
||||
|
Reference in New Issue
Block a user