package jsoo-react

  1. Overview
  2. Docs
type tag
type t = tag synthetic
val t_of_js : Ojs.t -> t
val t_to_js : t -> Ojs.t
val pointerId : t -> int
val pressure : t -> float
val tangentialPressure : t -> float
val tiltX : t -> float
val tiltY : t -> float
val twist : t -> float
val width : t -> float
val height : t -> float
val pointerType : t -> string
val isPrimary : t -> bool

Inherited from Mouse

val bubbles : t -> bool
val cancelable : t -> bool
val current_target : t -> Ojs.t
val default_prevented : t -> bool
val event_phase : t -> int
val is_trusted : t -> bool
val native_event : t -> Ojs.t
val prevent_default : t -> unit
val is_default_prevented : t -> bool
val stop_propagation : t -> unit
val is_propagation_stopped : t -> bool
val target : t -> Ojs.t
val time_stamp : t -> float
val type_ : t -> string
val persist : t -> unit
val alt_key : t -> bool
val button : t -> int
val buttons : t -> int
val client_x : t -> int
val client_y : t -> int
val ctrl_key : t -> bool
val get_modifier_state : t -> string -> bool
val meta_key : t -> bool
val page_x : t -> int
val page_y : t -> int
val screen_x : t -> int
val screen_y : t -> int
val shift_key : t -> bool
OCaml

Innovation. Community. Security.