Wd_input.Pointer_source_action
type t = [
| `Pause of Pause_action.t
| `Pointer_down of Pointer_down_action.t
| `Pointer_move of Pointer_move_action.t
| `Pointer_up of Pointer_up_action.t
]
val jsont : t Jsont.t