Feature:无边框全屏窗口锁帧,全屏分辨率问题修复,多显示器目光追踪修复 - #40
Open
Sorasaki-mrdg wants to merge 9 commits into
Open
Sorasaki-mrdg wants to merge 9 commits into
Sorasaki-mrdg wants to merge 9 commits into
Conversation
Win32Wrapper.cs:增加了MonitorFromWindow获取窗口所在的显示器
Sorasaki-mrdg
force-pushed
the
feature/BorderlessFullscreen
branch
from
August 9, 2025 18:31
9bc6663 to
56139b1
Compare
修改了创建monitorInfo 增加了进入壁纸模式获取一次窗口位置
判断壁纸模式应用screenPos偏移
Member
|
该Commit仍需解决冲突问题,且需由 @SparseShadow2024 审查。 |
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Window_Services.cs
增加了isBorderlessFullscreen
用窗口覆盖显示器且大于等于显示器判断
最大化窗口也加了Custom_Window
全屏用同样的方式获取显示器分辨率并设置,而不是最开始的displays[0]
Win32Wrapper.cs
增加了MonitorFromWindow
Wallpaper_service.cs
增加了进入壁纸模式获取一次窗口位置
SpineDragIK.cs
多显示器目光追踪偏移错误修复
(能正常显示的壁纸模式所在显示器都试了)