Index
 
  The Wiring 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: hbarragan [at] uniandes.edu.co
Name  

this

   
Examples  
 
void setup() { 
} 
 
void draw() { 
} 
 

Description   Refers to the current object (i.e. "this object"). In Wiring, it's most common to use this to pass a reference from the current object into one of the libraries. The keyword this can also be used in another way, but it is often not necessay.
   
Syntax  
this
   
Usage   Web & Application