ControlP5 isMouseOver for each element
in
Contributed Library Questions
•
2 years ago
i know there is
controlP5.window(this).isMouseOver();
to check if the mouse is over one of the controlers, but is there a way to check for each one separately?
like slider1.isMouseOver(); ?
Not sure if i just missed something or if it doesnt exist.
controlP5.window(this).isMouseOver();
to check if the mouse is over one of the controlers, but is there a way to check for each one separately?
like slider1.isMouseOver(); ?
Not sure if i just missed something or if it doesnt exist.
1