Integrated: 8238435: [macOs] Remove use of CGEventTap
Martin Fox
mfox at openjdk.org
Mon May 19 23:03:58 UTC 2025
On Sun, 18 May 2025 19:02:14 GMT, Martin Fox <mfox at openjdk.org> wrote:
> The GlassTouches code for monitoring touch events was disabled years ago because it uses a global event tap. As Apple tightened security this started generating alerts. With the latest version of Xcode (16.3) this unused code is triggering a build error. This PR removes GlassTouches entirely.
This pull request has now been integrated.
Changeset: ce0b9e83
Author: Martin Fox <mfox at openjdk.org>
URL: https://git.openjdk.org/jfx/commit/ce0b9e83673049e72c0b9f5d7265434044faeb59
Stats: 508 lines in 6 files changed: 0 ins; 508 del; 0 mod
8238435: [macOs] Remove use of CGEventTap
Reviewed-by: angorya, kcr
-------------
PR: https://git.openjdk.org/jfx/pull/1812
More information about the openjfx-dev
mailing list