mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-22 00:10:18 +00:00
Added settings for displaying varying levels of the onscreen controls
This commit is contained in:
@@ -10,9 +10,16 @@
|
||||
|
||||
@interface OnScreenControls : NSObject
|
||||
|
||||
typedef NS_ENUM(NSInteger, OnScreenControlsLevel) {
|
||||
OnScreenControlsLevelOff,
|
||||
OnScreenControlsLevelSimple,
|
||||
OnScreenControlsLevelFull
|
||||
};
|
||||
|
||||
- (id) initWithView:(UIView*)view;
|
||||
- (void) handleTouchDownEvent:(UIEvent*)event;
|
||||
- (void) handleTouchUpEvent:(UIEvent*) event;
|
||||
- (void) handleTouchMovedEvent:(UIEvent*)event;
|
||||
- (void) setLevel:(OnScreenControlsLevel)level;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user