mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-06-17 06:01:13 +00:00
touches to the on screen controls are no longer sent as mouse clicks/movement
This commit is contained in:
@@ -17,9 +17,9 @@ typedef NS_ENUM(NSInteger, OnScreenControlsLevel) {
|
||||
};
|
||||
|
||||
- (id) initWithView:(UIView*)view;
|
||||
- (void) handleTouchDownEvent:(UIEvent*)event;
|
||||
- (void) handleTouchUpEvent:(UIEvent*) event;
|
||||
- (void) handleTouchMovedEvent:(UIEvent*)event;
|
||||
- (BOOL) handleTouchDownEvent:(UIEvent*)event;
|
||||
- (BOOL) handleTouchUpEvent:(UIEvent*) event;
|
||||
- (BOOL) handleTouchMovedEvent:(UIEvent*)event;
|
||||
- (void) setLevel:(OnScreenControlsLevel)level;
|
||||
|
||||
@end
|
||||
|
||||
Reference in New Issue
Block a user