Skip to content

fullScreen on second display does not working as expected with P2D and P3D renderer #815

Open
@processing-bot

Description

@processing-bot

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);
}
  1. launch the sketch

Your Environment

  • Processing version: 4.3
  • Operating System and OS version: MacOS Ventura 13.6.2
  • Other information: M1 processor

Possible Causes / Solutions

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't workingcore

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions