enum class MouseEventType
Represents a type of a Mouse Event, see here for more information.
MouseButtonPress
MouseButtonRelease
MouseButtonDblClick
MouseMove
id
val id: Int
getForId
fun getForId(id: Int): MouseEventType
Finds a MouseEventType with the given id.