Rewrote a bunch of controller support. Added auto on-screen controls layouts (GCGamepad not finished). Added LB+Start and RB+Start shortcuts for select and special (same as Android).

This commit is contained in:
Cameron Gutman
2015-01-09 16:13:44 -05:00
parent afb7e930ee
commit cdaf98398c
9 changed files with 426 additions and 151 deletions

View File

@@ -7,9 +7,10 @@
//
#import <UIKit/UIKit.h>
#import "ControllerSupport.h"
@interface StreamView : UIView
- (void) setupOnScreenControls;
- (void) setupOnScreenControls:(ControllerSupport*)controllerSupport;
@end