common • net.kernelpanicsoft.archie.config • CommonKeyCode
CommonKeyCode
@Serializabledata class CommonKeyCode(val type: CommonKeyCode.Type, val key: Int, val modifiers: Set<CommonKeyCode.Modifier>)Constructors
CommonKeyCode
constructor(type: CommonKeyCode.Type, key: Int, vararg modifiers: CommonKeyCode.Modifier)constructor(type: CommonKeyCode.Type, key: Int, modifiers: Set<CommonKeyCode.Modifier>)Types
Companion
object CompanionModifier
@Serializableenum Modifier : Enum<CommonKeyCode.Modifier> Type
@Serializableenum Type : Enum<CommonKeyCode.Type> Properties
key
modifiers
type
val type: CommonKeyCode.TypeFunctions
toClient
fun CommonKeyCode.toClient(): ModifierKeyCode