We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fullScreen(); Not working.
My screen is: HP EliteDisplay E202
The text was updated successfully, but these errors were encountered:
The ellipse is drawn in the top left corner
void setup() { fullScreen(P2D,1); background(0); noStroke(); fill(120); } color c = color(30,30,80); float x = width/2; float y = height/2; float speed = 1;
void draw() {
ellipseMode(CENTER); ellipse(x,y,40,40);
}
Sorry, something went wrong.
No branches or pull requests
fullScreen(); Not working.
My screen is: HP EliteDisplay E202
The text was updated successfully, but these errors were encountered: