// // StreamView.h // Moonlight // // Created by Cameron Gutman on 10/19/14. // Copyright (c) 2014 Moonlight Stream. All rights reserved. // #import #import "ControllerSupport.h" @protocol EdgeDetectionDelegate - (void) edgeSwiped; @end @interface StreamView : UIView - (void) setupOnScreenControls:(ControllerSupport*)controllerSupport swipeDelegate:(id)swipeDelegate; - (void) setMouseDeltaFactors:(float)x y:(float)y; @end