FunctionsMouseHoveringMouseHovering CallableMouseHovering(Left: number, Top: number, Width: number, Height: number): booleanA common check for whether the specified position is being hovered overParametersLeft: numberStarting position on the X axisTop: numberStarting position on the Y axisWidth: numberWidth of the zoneHeight: numberHeight of the zoneReturns booleanReturns TRUE if the mouse is currently hovering over the specified zone
A common check for whether the specified position is being hovered over