Index
 
  Reference for Wiring 1.0 (ALPHA) 0020+. If you have a previous version, use the reference included with your software. If you see any errors or have any comments, let us know.
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