-
Notifications
You must be signed in to change notification settings - Fork 44
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
增加便于OBS捕获的独立窗口模式 修复结束投屏后adb检测依然进行的BUG 针对stdio管道被用户关闭的行为进行处理 代码美化
- Loading branch information
Showing
9 changed files
with
193 additions
and
119 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
using System; | ||
using System.Collections.Generic; | ||
using System.Linq; | ||
using System.Text; | ||
using System.Threading.Tasks; | ||
|
||
namespace MirrorCaster | ||
namespace MirrorCaster | ||
{ | ||
public class DeviceInfoData | ||
{ | ||
public int device_width = 1920; | ||
public int device_height = 1080; | ||
public int device_refreshRate = 60; | ||
public bool device_vmode = false; | ||
public int deviceWidth = 1920; | ||
public int deviceHeight = 1080; | ||
public int deviceRefreshRate = 60; | ||
public bool deviceVmode = false; // 是否为竖屏状态 | ||
} | ||
} |
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Oops, something went wrong.