Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat:add INIT_HIDE initialize mode #138

Merged
merged 1 commit into from
Dec 10, 2023

Conversation

yixy-only
Copy link
Collaborator

增加初始化模式:INIT_HIDE
此模式下:

  • 初始化图形环境后不显示窗口,用户可通过调用相关函数来决定何时激活并显示窗口。
  • 跳过启动动画。

考虑到此模式是为了方便用户在首次显示窗口时为显示内容做好准备,而长达数秒的启动动画会延长这个准备时间,并且窗口隐藏时动画不可见,所以决定在此模式下,初始化图形环境时跳过启动动画(启动动画如有需要,可留到显示窗口时进行,需新增专门 showwindow() 函数)。

@wysaid
Copy link
Owner

wysaid commented Nov 14, 2023

@chirsz-ever @royqh1979 @TheBadZhang 一起瞅瞅, 没问题的话就合入?

@wysaid
Copy link
Owner

wysaid commented Dec 10, 2023

各位继续看看哈, 没问题就合入了

@chirsz-ever chirsz-ever merged commit eaaef29 into wysaid:master Dec 10, 2023
1 check passed
@yixy-only yixy-only deleted the initmode-hide branch January 25, 2024 05:52
@yixy-only yixy-only self-assigned this Apr 25, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants