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

Change getRawX to getX on the Android #974

Merged
merged 1 commit into from Jan 23, 2024
Merged

Conversation

Comanx
Copy link

@Comanx Comanx commented Jan 23, 2024

If use the getRawX getRawY method in multi-window mode on the Android platform, it will not accurately correspond to the touch position of the current window.

If you use the `getRawX` method in multi-window mode on the Android platform, it will not accurately correspond to the touch position of the current window.
@floooh
Copy link
Owner

floooh commented Jan 23, 2024

Thanks! I'll check if getX() etc... returns the same values for the "single window case" in the sokol samples and then merge.

@floooh
Copy link
Owner

floooh commented Jan 23, 2024

Btw, if you create your pull requests from a dedicated and uniquely named branch (not your master branch) you'd be making my life a tiny bit easier ;)

(for future PRs)

@floooh floooh merged commit d40b639 into floooh:master Jan 23, 2024
18 checks passed
@floooh
Copy link
Owner

floooh commented Jan 23, 2024

Looking good and merged. Thanks!

I'll also add a small changelog entry.

@Comanx
Copy link
Author

Comanx commented Jan 24, 2024

Btw, if you create your pull requests from a dedicated and uniquely named branch (not your master branch) you'd be making my life a tiny bit easier ;)

(for future PRs)

Got it, will use unique branch for future PRs. Thanks!

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

2 participants