Scale mouse input deltas based on the ratio of the stream resolution to the screen size and the screen scale

This commit is contained in:
Cameron Gutman
2015-01-10 00:37:34 -05:00
parent 514d5d13a0
commit 179110508c
3 changed files with 27 additions and 2 deletions
+1
View File
@@ -12,5 +12,6 @@
@interface StreamView : UIView
- (void) setupOnScreenControls:(ControllerSupport*)controllerSupport;
- (void) setMouseDeltaFactors:(float)x y:(float)y;
@end