Request pointer lock while streaming

This commit is contained in:
Cameron Gutman
2020-09-18 18:27:20 -05:00
parent 6fa5ef73f6
commit 5043fadace
2 changed files with 14 additions and 9 deletions

View File

@@ -432,6 +432,10 @@
- (BOOL)shouldAutorotate {
return YES;
}
- (BOOL)prefersPointerLocked {
return YES;
}
#endif
@end