mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-09 01:16:12 +00:00
Stub AbsoluteTouchHandler
This commit is contained in:
@@ -27,7 +27,7 @@ static const int REFERENCE_HEIGHT = 720;
|
||||
UIView* view;
|
||||
}
|
||||
|
||||
- (id)initWithView:(UIView*)view {
|
||||
- (id)initWithView:(StreamView*)view {
|
||||
self = [self init];
|
||||
self->view = view;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user