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

adjustWindowPosition/SetWindowPosition should consider the window decorated state #3118

Closed
1 of 11 tasks
n4nn31355 opened this issue Sep 27, 2024 · 0 comments
Closed
1 of 11 tasks

Comments

@n4nn31355
Copy link

n4nn31355 commented Sep 27, 2024

Ebitengine Version

v2.8.0

Operating System

  • Windows
  • macOS
  • Linux
  • FreeBSD
  • OpenBSD
  • Android
  • iOS
  • Nintendo Switch
  • PlayStation 5
  • Xbox
  • Web Browsers

Go Version (go version)

1.23.1

What steps will reproduce the problem?

ebiten.SetWindowDecorated(false)
ebiten.SetWindowPosition(0, 0)

or example/dragmascot

What is the expected result?

Window placed at 0, 0

What happens instead?

Window placed at 0, 23

Anything else you feel useful to add?

It is implemented for maximizeWindowManually() but not for adjustWindowPosition()

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants