mouseClicked

abstract fun mouseClicked(point: Point, mouseButton: Int, isBot: Boolean)

Called when the mouse is clicked

Parameters

point

the point the mouse clicked

mouseButton

the clicked mouse button

isBot

true if the mouse was clicked by the bot, false otherwise