mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-20 23:40:17 +00:00
fixed multitouch issue with on-screen controls
This commit is contained in:
@@ -17,9 +17,9 @@ typedef NS_ENUM(NSInteger, OnScreenControlsLevel) {
|
||||
};
|
||||
|
||||
- (id) initWithView:(UIView*)view;
|
||||
- (BOOL) handleTouchDownEvent:(UIEvent*)event;
|
||||
- (BOOL) handleTouchUpEvent:(UIEvent*) event;
|
||||
- (BOOL) handleTouchMovedEvent:(UIEvent*)event;
|
||||
- (BOOL) handleTouchDownEvent:(NSSet*)touches;
|
||||
- (BOOL) handleTouchUpEvent:(NSSet*)touches;
|
||||
- (BOOL) handleTouchMovedEvent:(NSSet*)touches;
|
||||
- (void) setLevel:(OnScreenControlsLevel)level;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user