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

Touch screen taps on laptop cause which=0 mouse down events, instead of which=SDL_TOUCH_MOUSEID #2960

Closed
SDLBugzilla opened this issue Feb 11, 2021 · 0 comments
Labels
worksforme We can't reproduce the bug

Comments

@SDLBugzilla
Copy link
Collaborator

This bug report was migrated from our old Bugzilla tracker.

Reported in version: 2.0.8
Reported for operating system, platform: Linux, x86_64

Comments on the original bug report:

On 2018-08-24 17:58:17 +0000, Ellie wrote:

On this Linux laptop, touch screen taps on the laptop screen cause which=0 mouse down events, instead of which=SDL_TOUCH_MOUSEID. This has the potential to wreck havoc on touch input handling for any application that does its own touch processing (which I wanted to do), since this effectively makes it hard (impossible?) to tell apart regular mouse clicks and touch taps.

Hardware: Thinkpad Yoga 260
OS: GNU/Linux Fedora 28
Desktop: GNOME 3.28.2 (Xorg Session, not the default Wayland session)

On 2018-08-25 17:06:47 +0000, Ellie wrote:

I investigated this some more, and I'm not getting touch events AT ALL - every touch is just a which:0, button:1 mouse down. This is with SDL2 as provided by Fedora. Is this potentially some compilation issue, with some extension required for proper touch processing not compiled in?

On 2018-09-29 15:19:31 +0000, Ellie wrote:

I now filed a Fedora bug report here, since I don't know if this potentially a packaging issue: https://bugzilla.redhat.com/show_bug.cgi?id=1634291

On 2020-03-18 12:47:53 +0000, Ellie wrote:

I haven't seen this for a while, so maybe it was fixed on Fedora's side

@SDLBugzilla SDLBugzilla added bug worksforme We can't reproduce the bug labels Feb 11, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
worksforme We can't reproduce the bug
Projects
None yet
Development

No branches or pull requests

1 participant