Standardize mouse input scaling to avoid variance based on stream resolution

This commit is contained in:
Cameron Gutman
2020-04-18 14:33:55 -07:00
parent 10d2e1635b
commit bd5e0ecc40
3 changed files with 8 additions and 32 deletions

View File

@@ -37,7 +37,6 @@
interactionDelegate:(id<UserInteractionDelegate>)interactionDelegate
config:(StreamConfiguration*)streamConfig;
- (void) showOnScreenControls;
- (void) setMouseDeltaFactors:(float)x y:(float)y;
- (OnScreenControlsLevel) getCurrentOscState;
@end