Skip to main content

MouseHovering

Callable

  • MouseHovering(Left: number, Top: number, Width: number, Height: number): boolean

  • A common check for whether the specified position is being hovered over


    Parameters

    • Left: number

      Starting position on the X axis

    • Top: number

      Starting position on the Y axis

    • Width: number

      Width of the zone

    • Height: number

      Height of the zone

    Returns boolean

    • Returns TRUE if the mouse is currently hovering over the specified zone