mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2025-07-01 15:26:11 +00:00
20 lines
332 B
Objective-C
20 lines
332 B
Objective-C
//
|
|
// AbsoluteTouchHandler.h
|
|
// Moonlight
|
|
//
|
|
// Created by Cameron Gutman on 11/1/20.
|
|
// Copyright © 2020 Moonlight Game Streaming Project. All rights reserved.
|
|
//
|
|
|
|
#import "StreamView.h"
|
|
|
|
NS_ASSUME_NONNULL_BEGIN
|
|
|
|
@interface AbsoluteTouchHandler : UIResponder
|
|
|
|
-(id)initWithView:(StreamView*)view;
|
|
|
|
@end
|
|
|
|
NS_ASSUME_NONNULL_END
|