jdf / Processing.py-Bugs

A home for all bugs and feature requests about Python Mode for the Processing Development Environment.
41 stars 8 forks source link

fullScreen() is working only on display #1 #252

Closed mchae closed 5 years ago

mchae commented 5 years ago

def setup(): fullScreen() def draw(): background(0)

I can't display full screen on display #2 as I set in the preferences.

mchae commented 5 years ago

I found fullScreen(display) is working fine.