mirror of
https://github.com/Genymobile/scrcpy.git
synced 2025-04-19 19:15:08 +00:00
oculus-test
This commit is contained in:
parent
80233b7b72
commit
2dc6a2e30c
1 changed files with 3 additions and 1 deletions
|
@ -22,7 +22,9 @@ public final class Device {
|
|||
private boolean rotated;
|
||||
|
||||
public Device(Options options) {
|
||||
options.setCrop(new Rect(0, 960, 1080, 1920));
|
||||
options.setCrop(new Rect(0, 0, 1280, 1440));
|
||||
|
||||
// TODO crop the crop to the device size!!!
|
||||
|
||||
final int maxSize = options.getMaxSize();
|
||||
final Rect crop = options.getCrop();
|
||||
|
|
Loading…
Add table
Reference in a new issue