Skip to content

Instantly share code, notes, and snippets.

@federico-pepe
Created October 7, 2015 17:11
Show Gist options
  • Select an option

  • Save federico-pepe/26505c719471fbb5cc3c to your computer and use it in GitHub Desktop.

Select an option

Save federico-pepe/26505c719471fbb5cc3c to your computer and use it in GitHub Desktop.
Operatori Logici 1
void setup() {
size(500, 500);
}
void draw() {
if(mouseX < width/2) {
if(mouseY < height/2 {
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment