Module Wd_input.Pointer_type

type t = [
  1. | `Mouse
  2. | `Pen
  3. | `Touch
]
val jsont : t Jsont.t