martyndev

MainEvent

Mar 1st, 2014
1,962
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function mainEvent(e){  
  2.   // if it's not clicked, do not draw it (just return)
  3.   if(e.which === 0){ return; }
  4.   // TO DO: Write logic to paint (the magic)
  5. }
Advertisement
Add Comment
Please, Sign In to add comment