Skip to content

fullScreen(SPAN) only showing up on display 1 #3381

@shiffman

Description

@shiffman

This code:

void setup() {
  fullScreen(SPAN);
}

void draw() {
  background(0, 100, 150);
  fill(255);
  ellipse(width/2, height/2, 200, 200);
}

I'm only seeing the results on display 1. Using macbook pro OS X 10.10.3 with some casio projector via HDMI. Same true for P2D and P3D.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions