mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-04-11 10:26:04 +00:00
started implementing on-screen controls
- directional pad works - a,b,x,y work
This commit is contained in:
16
Limelight/Input/OnScreenControls.h
Normal file
16
Limelight/Input/OnScreenControls.h
Normal file
@@ -0,0 +1,16 @@
|
||||
//
|
||||
// OnScreenControls.h
|
||||
// Limelight
|
||||
//
|
||||
// Created by Diego Waxemberg on 12/28/14.
|
||||
// Copyright (c) 2014 Limelight Stream. All rights reserved.
|
||||
//
|
||||
|
||||
#import <Foundation/Foundation.h>
|
||||
|
||||
@interface OnScreenControls : NSObject
|
||||
|
||||
- (id) initWithView:(UIView*)view;
|
||||
- (void) handleTouchDownEvent:(UIEvent*)event;
|
||||
- (void) handleTouchUpEvent:(UIEvent*) event;
|
||||
@end
|
||||
Reference in New Issue
Block a user