Closed apss-pohl closed 10 months ago
hey Sven!
Yes! this is a big problem for me, because i read that Gtk3 has a lot feature about touches, so i cannot validate if this is a Gtk problem or PHP-GTK problem
I think your best try 'll try to configure touch as mouse click. this will invalidate multitouch, but will work as a mouse
this is a possible?
or try to test some methods, like https://docs.gtk.org/gtk3/property.Settings.gtk-touchscreen-mode.html
Did you add event to TOUCH_MASK ?
some references:
We tryed with TOUCK_MASK already, but didn`t help. Touchscreen mode is deprecated as of 3.4 We should use those:
https://docs.gtk.org/gdk3/method.Event.get_source_device.html https://docs.gtk.org/gdk3/method.Event.set_source_device.html
Would you consider to implement them?
Would you consider to implement them?
you can try implement some test metod in Gtk class, something like Gtk::sven_set_touch()
and do this configs inside this method, to see if anything changes. if it's work, i think that is a good idea implement. what you think?
What kind of configs do you consider? I am a little bit lost here
hey Sven, how are you?
Are you guys using this project yet? how about this touch problem?
Hey Bruno, happy new year :) we worked around this application wise, therefore we didn`t followup on this.
Hi Bruno,
we stumbled upon an issue with touch again. Using a menubar with touch leaves the previous selected item open:
I know you don't have a touch device but maybe you have an idea?
It can be reproduced with this code: