Gestures events in GTK 3 Linux

Hello everyone! I developing kiosk app using SWT built on top of GTK running on Linux. Recently I switched GTK 3.0 on Ubuntu 22.04

My application runs on pure X without window manager. I don’t use Gnome, KDE or any other desktop environment.

I’ve my custom event listeners for swipe, drag, scroll long press etc… On GTK 2.0 it was ok, but on GTK 3.0 I have problem with touch event. Some MouseUp and MouseDown events are ignored and i receive Gesture events instead.

Is there a way to disable all gesture events in GTK 3.0?

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.