K3FormId

value class K3FormId(val value: String)(source)

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.

See UTS #35 Part 7 | Element: form

Constructors

Link copied to clipboard
constructor(value: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Functions

Link copied to clipboard

Returns true if this is a valid form id.

Link copied to clipboard
open override fun toString(): String