673Checking mouseOver in controlP5

In sojamo's controlP5 library for Processing, check globally, whether the mouse is over a controlP5 element. Particularly usefully when the mouseDrag is also mapped to something else.

controlP5.window(this).isMouseOver();

sojamo's original comment: