Package-level declarations

Types

Link copied to clipboard
data class K3Form(val id: K3FormId, val scanCodeRows: List<ScanCodesElement>)
Link copied to clipboard
value class K3FormId(val value: String)

Identification for hardware forms and their scan code layout. Special value TOUCH may be used to indicate a touch layout, which has no specific form and is typically rendered on a screen.

Link copied to clipboard
data class K3Forms(val byFormId: Map<K3FormId, K3Form>)
Link copied to clipboard