Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

mouseY

   
Examples  
void loop() 
{ 
  background(204); 
  line(20, mouseY, 80, mouseY); 
} 
Description   The system variable mouseY always contains the current vertical coordinate of the mouse.
   
Syntax  
mouseY
   
Usage   Web & Application
   
Related   mouseX
pmouseX
pmouseY
mousePressed
mousePressed()
mouseReleased()
mouseMoved()
mouseDragged()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas