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

Fix touch offset #1119

Merged
merged 2 commits into from
Jul 4, 2013
Merged

Fix touch offset #1119

merged 2 commits into from
Jul 4, 2013

Conversation

matham
Copy link
Member

@matham matham commented Apr 16, 2013

This fixes the slight vertical offset of the touch on a Windows 7 touch screen by including the caption bar.

@tito
Copy link
Member

tito commented Apr 16, 2013

Seems correct, but it must be tested on others platforms to ensure that it's not breaking current app too.

@tito
Copy link
Member

tito commented Apr 16, 2013

@hansent Do you have the possibility to test that PR ?

tito added a commit that referenced this pull request Jul 4, 2013
@tito tito merged commit 9c3894e into kivy:master Jul 4, 2013
@tito
Copy link
Member

tito commented Jul 4, 2013

If any peoples complain about it, we need to figure out what's the difference with and without this issue.

it-digin tools got also the issue, and i've seen it during europython.
The issues doesn't appear if you connect an external hardware.

@jneb
Copy link

jneb commented Nov 26, 2014

Same problem on my Android: touches appear too low when there is a status bar.
I traced it back and found that the touches are wrong, not the coordinates of the widgets. You even get negative y coordinates at the lower edge of the screen.
Offset is indeed (about) equal to the status bar height (38 pixels in my case: AT-AS45Q, Android 4.4).

@jneb
Copy link

jneb commented Nov 26, 2014

Oh yes, forgot to mention: Qpython 0.9.4, Play 0.9.8.5,

@tito
Copy link
Member

tito commented Nov 26, 2014

Please open or see with QPython, not here :/

This issue is for windows provider, and has nothing to do with Android.
I head about QPython issue, but we are not part of the project, and don't know how they ship/work with all the libraries. We don't have the issue here if you use directly Kivy and Python for Android.

@kivy kivy locked and limited conversation to collaborators Nov 26, 2014
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants