Guest User

Untitled

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