Closed Comanx closed 10 months ago
Thanks! I'll check if getX() etc... returns the same values for the "single window case" in the sokol samples and then merge.
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)
Looking good and merged. Thanks!
I'll also add a small changelog entry.
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!
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.