Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [platform-swt-dev] Getting multitouch gestures to work in SWT based java applications

Gesture/Touch support for GTK has not been implemented yet.

Filed https://bugs.eclipse.org/bugs/show_bug.cgi?id=482018
and added a warning to the SWT API docs in master.

Markus



From:        Daniel Megert/Zurich/IBM@IBMCH
To:        "Eclipse Platform SWT component developers list." <platform-swt-dev@xxxxxxxxxxx>
Date:        2015-11-12 10:00
Subject:        Re: [platform-swt-dev] Getting multitouch gestures to work in SWT        based        java applications
Sent by:        platform-swt-dev-bounces@xxxxxxxxxxx




Hi Thomas

Please file a bug against SWT.


Dani




From:        
Thomas Wunder <foren@xxxxxxxxxxxxxxxx>
To:        
platform-swt-dev@xxxxxxxxxxx
Date:        
12.11.2015 09:47
Subject:        
[platform-swt-dev] Getting multitouch gestures to work in SWT based        java applications
Sent by:        
platform-swt-dev-bounces@xxxxxxxxxxx




Hello,

I'm trying to get multitouch gestures (rotate, pinch/zoom, swipe/scroll, etc.) to work using SWT 3.8.2 (from debian package) on linux.
What I've done so far:
- Tried to run snippet353.java which seems to totally ignore any pointer input.
- Tried to make sure mutitouch works on my xorg installation:
-- I've got an ELAN Touchscreen (04f3:016f) which is recognized by xorg's evdev driver
-- 'xinput test' and evtest both spit out events as soon as I'm touching the screen, even multitouch events (different slot-values and positions for each finger)
-> everything seems to be fine with xorg
- I also wanted to make sure GTK+ itself is recognizing multitouch events:
-- I was looking for a multitouch-enabled GTK(+)-application and just found this minimal 'touchy'-Python-app:
https://gist.github.com/chergert/4344205
-> works like a charm (multitouch) under Xfce, but it's only single touch under KDE (but that's not a problem, I will stick with xfce or even just a bare xorg session)

So somewhere between GTK and SWT multitouch events seem to be lost. What could be the cause or how can I further narrow down the problem?

Thanks in advance!
Regards!
Thomas


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit

https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


_______________________________________________
platform-swt-dev mailing list
platform-swt-dev@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://dev.eclipse.org/mailman/listinfo/platform-swt-dev


Back to the top