Module Wd_input.Source_actions

type t = [
  1. | `Key of Key_source_actions.t
  2. | `None of None_source_actions.t
  3. | `Pointer of Pointer_source_actions.t
  4. | `Wheel of Wheel_source_actions.t
]
val jsont : t Jsont.t