Skip to main content

MouseXIn

Callable

  • MouseXIn(Left: number, Width: number): boolean

  • Check if the mouse position is within the boundaries of a given zone along the X axis


    Parameters

    • Left: number

      Starting position on the X axis

    • Width: number

      Width of the zone

    Returns boolean

    • Returns TRUE if the click occurred in the given zone