drawHoveringString

fun drawHoveringString(text: List<String>, x: Int, y: Int)

Draws hovering text that doesn't follow the mouse

Parameters

text

the text's to draw

x

X position of the text

y

Y position of the text

Sources

Link copied to clipboard