Implement immediate controller arrival and battery events

This commit is contained in:
Cameron Gutman
2023-12-06 19:12:04 -06:00
parent e0808d6bfc
commit 73d4199917
4 changed files with 242 additions and 139 deletions

View File

@@ -22,6 +22,7 @@
@interface ControllerSupport : NSObject
-(id) initWithConfig:(StreamConfiguration*)streamConfig delegate:(id<ControllerSupportDelegate>)delegate;
-(void) connectionEstablished;
-(void) initAutoOnScreenControlMode:(OnScreenControls*)osc;
-(void) cleanup;