KeyState

data class KeyState(var sub_len: Int = 0, var shift: Int = 0, var byte: Int = 0)

Constructors

Link copied to clipboard
constructor(sub_len: Int = 0, shift: Int = 0, byte: Int = 0)

Properties

Link copied to clipboard
var byte: Int
Link copied to clipboard
var shift: Int
Link copied to clipboard