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

getForId

fun getForId(id: Int): MouseEventType

Finds a MouseEventType with the given id.

Parameters

id - The numerical ID of the event.

Exceptions

IllegalStateException - If no event with the requested ID was found.

Return
MouseEventType