Closed
Description
Most appropriate sub-area of Processing 4?
PDE
Processing version
4.3.1
Operating system
macOS 15.1.1
Steps to reproduce this
- Run a sketch
snippet
circle(50, 50, 20);
Additional context
The following output is displayed in the console when I run sketches on macOS Sequoia (15.x):
2024-12-01 16:46:52.952 java[13464:338806] +[IMKClient subclass]: chose IMKClient_Modern
2024-12-01 16:46:52.952 java[13464:338806] +[IMKInputSession subclass]: chose IMKInputSession_Modern
These messages didn't appear with Processing 4.3.1 on macOS Sonoma (14.x). There might be some hints in this discussion.