started implementing on-screen controls

- directional pad works
- a,b,x,y work
This commit is contained in:
Diego Waxemberg
2014-12-28 21:42:18 -05:00
parent 4a08288d0d
commit d6d30f021d
39 changed files with 412 additions and 3 deletions

View File

@@ -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 {