mirror of
https://github.com/processing/processing4.git
synced 2026-06-16 04:26:26 +02:00
Examples updates to 640 x 360 pixels
This commit is contained in:
@@ -13,7 +13,7 @@ void setup() {
|
||||
}
|
||||
|
||||
void draw() {
|
||||
if(mousePressed) {
|
||||
if (mousePressed) {
|
||||
stroke(255);
|
||||
} else {
|
||||
stroke(0);
|
||||
|
||||
Reference in New Issue
Block a user