skrypton-api / com.waicool20.skrypton.enums / MouseEventType

MouseEventType

enum class MouseEventType

Represents a type of a Mouse Event, see here for more information.

Enum Values

MouseButtonPress

MouseButtonRelease

MouseButtonDblClick

MouseMove

Properties

id

val id: Int

Companion Object Functions

getForId

fun getForId(id: Int): MouseEventType

Finds a MouseEventType with the given id.