Module Wd_input.Pointer_source_action

type t = [
  1. | `Pause of Pause_action.t
  2. | `Pointer_down of Pointer_down_action.t
  3. | `Pointer_move of Pointer_move_action.t
  4. | `Pointer_up of Pointer_up_action.t
]
val jsont : t Jsont.t