
HOVER BOX
---------

Intercepts mouse movement over a transparent box and returns X and Y mouse position and a hovering bool strobe signal.

This module shall be placed in front of a control or GUI element and carefully sized to cover the needed area.
Being it invisible in the Panel View, to make the bounding box visible it is necessary to simply pick the module in Structure View.

For technical reasons it was not possible to have simply a bool Hover output set to TRUE when the mouse is over the active rectangle and to FALSE when the mouse leaves it.

NOTE:
In struct view (old, SE 1.4, containers, controls on module) any overlaid transparent control like the Hover Box will intercept mouse input without forwarding it to background controls. This is a harmless SE limitation which won't affect the Panel View or exported plugin.

NOTE:
If hovering support is needed for an Image, please rather consider using the ED Image module which provides integrated hovering support


 .Norm Coords (unexposed) - use normalized coordinates

 .X,Y - when the mouse pointer is located over the module rectangle, x and y positions relative
        to the upper left corner are reported

 .Hover - hovering bool output signal

 .Width, Height - output dimensions of the gadget box