RFR: 8238435: [macOs] Remove use of CGEventTap
Kevin Rushforth
kcr at openjdk.org
Mon May 19 19:39:53 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.
Looks good. I can confirm that with Xcode 16.3 this fails to compile without this fix and works with this fix. Since GlassTouches is currently disabled on all supported platforms (and has been for years), this will not have any negative impact.
-------------
Marked as reviewed by kcr (Lead).
PR Review: https://git.openjdk.org/jfx/pull/1812#pullrequestreview-2851802698
More information about the openjfx-dev
mailing list