Module Input.Seat

A collection of input devices (e.g. mouse and keyboard) to be used together by one person.

type t
val get_physical_name : t -> string
val get_logical_name : t -> string
val pp : t Fmt.t