Guest User

Untitled

a guest
May 25th, 2018
102
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1.  
  2. on keypress {
  3.  
  4. lastpress = (javascript equivalent of microtime)
  5.  
  6. set time out of 0.5s {
  7.  
  8. if lastpress older than 0.5s {
  9.  
  10. do stuff
  11.  
  12. }
  13.  
  14. }
  15.  
  16. }
Add Comment
Please, Sign In to add comment