fun getForId(id: Int): MouseEventType
Finds a MouseEventType with the given id.
id - The numerical ID of the event.
id
IllegalStateException - If no event with the requested ID was found.
IllegalStateException
Return MouseEventType