Advertisement
ZuTu

How to only allow numbers in p5js input

May 21st, 2019
93
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1.   if (!(input.value() >=0)){
  2.   input.value("");
  3.   }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement