PANEL:TestHover
Description
Called to test if the panel is being hovered
by the mouse. This will only be called if the panel's parent is being hovered.
Arguments
Returns
1 boolean
Return false when the cursor is not considered on the panel, true if it is considered on the panel. Do not return anything for default behavior.
Example
Makes the button detect clicks as if the button was circular - not rectangular.