Wd_input.Source_actions
type t = [
| `Key of Key_source_actions.t
| `None of None_source_actions.t
| `Pointer of Pointer_source_actions.t
| `Wheel of Wheel_source_actions.t
]
val jsont : t Jsont.t