Open
Description
In GitLab by @mrbbp on Dec 26, 2023, 18:34
Description
When attempt to use fullscreen on a second monitor with P2D or P3D renderer, the screen is not full.
It works with no renderer added.
The screen is 90 deg rotated (don't know if it's important)
Expected Behavior
it should display in fullScreen
Current Behavior
it use the half lower part of the screen and below. A part of the sketch is out of the display. Picture is not compressed
Steps to Reproduce
void setup() {
fullScreen(P2D, 2);
}
- launch the sketch
Your Environment
- Processing version: 4.3
- Operating System and OS version: MacOS Ventura 13.6.2
- Other information: M1 processor