This code doesn't  seem to work in the latest Beta (released today), I think it did in the old version. I've tried in latest Win 32 and 64 bit versions....can anyone confirm this please?
            
            
void draw(){
  
            
if ((mousePressed) && (mouseButton==RIGHT)){
    
            
exit();
}
  
            
}
 
            
           void draw(){
if ((mousePressed) && (mouseButton==RIGHT)){
exit();
}
}
 
              
              1  
            
 
            
 
 
           
 
             
 
            