Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-10-11 Thread torbuntu
On Fri, 9 Apr 2021 15:49:45 GMT, Tor (torbuntu) wrote: >> This fixes a current issue, and while a solution that adds native >> touch-event support is highly encouraged, this fix will already improve the >> current situation. > >> This fixes a current issue, and while a solution that adds nativ

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-10-11 Thread chilliger
On Fri, 9 Apr 2021 15:49:45 GMT, Tor (torbuntu) wrote: >> This fixes a current issue, and while a solution that adds native >> touch-event support is highly encouraged, this fix will already improve the >> current situation. > >> This fixes a current issue, and while a solution that adds nativ

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-09 Thread torbuntu
On Wed, 7 Apr 2021 12:37:35 GMT, Johan Vos wrote: > This fixes a current issue, and while a solution that adds native touch-event > support is highly encouraged, this fix will already improve the current > situation. What would be the protocol for requesting guidance on this? Since as I menti

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-07 Thread Johan Vos
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote: > This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to > prevent touch events from being used instead of regular mouse events on Linux > platforms. Note that the touch events will be delivered as mouse > pressed/dragged ev

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-07 Thread Kevin Rushforth
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote: > This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to > prevent touch events from being used instead of regular mouse events on Linux > platforms. Note that the touch events will be delivered as mouse > pressed/dragged ev

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-07 Thread torbuntu
On Wed, 7 Apr 2021 08:08:40 GMT, Johan Vos wrote: >> If anyone would implement touch events, the change would need to be rolled >> back? >> >> If you catch and consume touch events, would it also work? >> >> I mean on `GlassApplication.cpp` -> `process_events`: >> >> case GDK_TOUCH_BEGIN: >>

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-07 Thread Johan Vos
On Tue, 6 Apr 2021 23:32:53 GMT, Thiago Milczarek Sayao wrote: > If anyone would implement touch events, the change would need to be rolled > back? Yes, *if* touch events would be implemented properly at a native level, this change will need to be rolled back. This can be a follow-up issue, b

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-06 Thread Thiago Milczarek Sayao
On Mon, 5 Apr 2021 22:25:55 GMT, Kevin Rushforth wrote: >> This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to >> prevent touch events from being used instead of regular mouse events on >> Linux platforms. Note that the touch events will be delivered as mouse >> pressed/dr

Re: RFR: 8217955: Problems with touch input and JavaFX 11

2021-04-05 Thread Kevin Rushforth
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda wrote: > This PR filters out `GDK_TOUCH_EVENT_MASK` from `GDK_ALL_EVENTS_MASK` to > prevent touch events from being used instead of regular mouse events on Linux > platforms. Note that the touch events will be delivered as mouse > pressed/dragged ev