bitcraftlab / p5.gui

p5.gui magically generates a graphical user interface for your p5.js sketches
https://bitcraftlab.github.io/p5.gui
MIT License
354 stars 91 forks source link

Detect mouseover #16

Open kabrio opened 5 years ago

kabrio commented 5 years ago

Is there any way to detect if the mouse is over the interface? Would be handy for example when coding a painting/brush with settings using p5.gui. mousePressed doesn't seem to work on gui object.

gsteyn commented 4 years ago

Hi @kabrio, were you ever able to figure out how to do this? I'm running in to a similar problem with the library.

kabrio commented 4 years ago

unfortunately not :(