Module Wd_input.Key_source_action

type t = [
  1. | `Key_down of Key_down_action.t
  2. | `Key_up of Key_up_action.t
  3. | `Pause of Pause_action.t
]
val jsont : t Jsont.t