Difference between revisions of "Today"

From CodeStuff
Jump to: navigation, search
Line 62: Line 62:
 
   //keep cx onscreen
 
   //keep cx onscreen
 
   if (c.x>640 ) {
 
   if (c.x>640 ) {
     c.cx=640;
+
     c.x=640;
 
   }
 
   }
 
    
 
    

Revision as of 11:54, 29 June 2017

Useful things to refer to.

The API page has a list of some of the functions you can use such as