mirror of
https://github.com/moonlight-stream/moonlight-ios.git
synced 2026-02-16 18:41:13 +00:00
started implementing on-screen controls
- directional pad works - a,b,x,y work
This commit is contained in:
@@ -11,6 +11,7 @@
|
||||
#import "VideoDecoderRenderer.h"
|
||||
#import "StreamManager.h"
|
||||
#import "ControllerSupport.h"
|
||||
#import "StreamView.h"
|
||||
|
||||
#include <sys/socket.h>
|
||||
#include <netinet/in.h>
|
||||
@@ -63,6 +64,7 @@
|
||||
[self.stageLabel setText:@"Waiting for first frame..."];
|
||||
[self.stageLabel sizeToFit];
|
||||
});
|
||||
[(StreamView*)self.view setupOnScreenControls];
|
||||
}
|
||||
|
||||
- (void)connectionTerminated:(long)errorCode {
|
||||
|
||||
Reference in New Issue
Block a user