-
Notifications
You must be signed in to change notification settings - Fork 16
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
Window position on different platforms #4
Comments
Good idea. Yes, Windows begins at top left. Should probably switch that one to macOS style. |
Or, we can switch to windows style. Maybe top left corner more native and understandable? |
You're probably right as the Windows way is the way monitor hardware works, but it would also give consistency within Defold positioning to do it the macOS way. |
We have to choose our side =) |
I made changes in mac version, now coordinates starts from top left corner like on Windows PC |
On macos window position sets from left down corner.
for example
As I know on windows position starts from top-left corner? Am I right?
I think we should resolve this issue.
We can identify what exactly screen point point we should consider like a 0,0?
And then implement the same behavior for all platforms.
The text was updated successfully, but these errors were encountered: