RFR: 8238435: [macOs] Remove use of CGEventTap

Kevin Rushforth kcr at openjdk.org
Mon May 19 12:13:00 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.

@beldenfox Thanks for taking this one. I'll review it, but I'd also like a second reviewer.

The code changes look good. I'll run a couple tests  in the next day or two.

-------------

PR Comment: https://git.openjdk.org/jfx/pull/1812#issuecomment-2890776910


More information about the openjfx-dev mailing list