package jsoo-react

  1. Overview
  2. Docs

Module Event.PointerSource

Sourcetype tag
Sourceval t_of_js : Ojs.t -> t
Sourceval t_to_js : t -> Ojs.t
Sourceval pointerId : t -> int
Sourceval pressure : t -> float
Sourceval tangentialPressure : t -> float
Sourceval tiltX : t -> float
Sourceval tiltY : t -> float
Sourceval twist : t -> float
Sourceval width : t -> float
Sourceval height : t -> float
Sourceval pointerType : t -> string
Sourceval isPrimary : t -> bool

Inherited from Mouse

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

Innovation. Community. Security.