FunctionsDrawButtonHoverDrawButtonHover CallableDrawButtonHover(Left: number, Top: number, Width: number, Height: number, HoveringText: string): voidDraw the hovering text tooltipParametersLeft: numberPosition of the tooltip from the left of the canvasTop: numberPosition of the tooltip from the top of the canvasWidth: numberWidth of the tooltipHeight: numberHeight of the tooltipHoveringText: stringText to display in the tooltipReturns voidNothing
Draw the hovering text tooltip