skrypton-api / com.waicool20.skrypton.enums / MouseButton / getForValue

getForValue

fun getForValue(value: Long): MouseButton

Finds a MouseButton with the given value.

Parameters

value - The value to search for.

Exceptions

IllegalStateException - If no MouseButton was found with the given value.

Return
MouseButton