Skip to main content

DrawButtonHover

Callable

  • DrawButtonHover(Left: number, Top: number, Width: number, Height: number, HoveringText: string): void

  • Draw the hovering text tooltip


    Parameters

    • Left: number

      Position of the tooltip from the left of the canvas

    • Top: number

      Position of the tooltip from the top of the canvas

    • Width: number

      Width of the tooltip

    • Height: number

      Height of the tooltip

    • HoveringText: string

      Text to display in the tooltip

    Returns void

    • Nothing