Integrated: 8217955: Problems with touch input and JavaFX 11
Jose Pereda
jpereda at openjdk.java.net
Wed Apr 7 12:46:33 UTC 2021
On Mon, 5 Apr 2021 18:59:52 GMT, Jose Pereda <jpereda at openjdk.org> 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 events.
>
> Since we still compile with GTK 2.x the bit flag (that was introduced in GTK 3.4) needs to be defined.
>
> This PR has been tested on Ubuntu 20.04 with a touch enabled display.
This pull request has now been integrated.
Changeset: cc94e967
Author: Jose Pereda <jpereda at openjdk.org>
URL: https://git.openjdk.java.net/jfx/commit/cc94e967
Stats: 15 lines in 3 files changed: 10 ins; 0 del; 5 mod
8217955: Problems with touch input and JavaFX 11
Reviewed-by: kcr, jvos
-------------
PR: https://git.openjdk.java.net/jfx/pull/457
More information about the openjfx-dev
mailing list