t

japgolly.scalajs.react.raw

SyntheticPointerEvent

trait SyntheticPointerEvent[+DOMEventTarget <: Node] extends Object with SyntheticMouseEvent[DOMEventTarget]

https://github.com/facebook/react/blob/master/packages/react-dom/src/events/SyntheticPointerEvent.js

Annotations
@JSType() @native()
Linear Supertypes
SyntheticMouseEvent[DOMEventTarget], SyntheticUIEvent[DOMEventTarget], SyntheticEvent[DOMEventTarget], Object, Any, AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. SyntheticPointerEvent
  2. SyntheticMouseEvent
  3. SyntheticUIEvent
  4. SyntheticEvent
  5. Object
  6. Any
  7. AnyRef
  8. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. val altKey: Boolean
    Definition Classes
    SyntheticMouseEvent
  5. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  6. val bubbles: Boolean
    Definition Classes
    SyntheticEvent
  7. val button: Int

    0 = left mouse button, 1 = middle, 2 = right

    0 = left mouse button, 1 = middle, 2 = right

    Definition Classes
    SyntheticMouseEvent
  8. val buttons: Int
    Definition Classes
    SyntheticMouseEvent
  9. val cancelable: Boolean
    Definition Classes
    SyntheticEvent
  10. val clientX: Double
    Definition Classes
    SyntheticMouseEvent
  11. val clientY: Double
    Definition Classes
    SyntheticMouseEvent
  12. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  13. val ctrlKey: Boolean
    Definition Classes
    SyntheticMouseEvent
  14. val currentTarget: DOMEventTarget
    Definition Classes
    SyntheticEvent
  15. def defaultPrevented: Boolean
    Definition Classes
    SyntheticEvent
  16. def detail: Double

    Specifies some detail information about the Event, depending on the type of event.

    Specifies some detail information about the Event, depending on the type of event. The un-initialized value of this attribute must be 0.

    Definition Classes
    SyntheticUIEvent
  17. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  18. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  19. val eventPhase: Double
    Definition Classes
    SyntheticEvent
  20. val eventType: String
    Definition Classes
    SyntheticEvent
    Annotations
    @JSName("type")
  21. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  22. def getModifierState(keyArg: String): Boolean
    Definition Classes
    SyntheticMouseEvent
  23. def hasOwnProperty(v: String): Boolean
    Definition Classes
    Object
  24. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  25. val height: Double
  26. def isDefaultPrevented(): Boolean
    Definition Classes
    SyntheticEvent
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def isPersistent(): Boolean
    Definition Classes
    SyntheticEvent
  29. val isPrimary: Boolean
  30. def isPropagationStopped(): Boolean
    Definition Classes
    SyntheticEvent
  31. def isPrototypeOf(v: Object): Boolean
    Definition Classes
    Object
  32. val isTrusted: Boolean
    Definition Classes
    SyntheticEvent
  33. val metaKey: Boolean
    Definition Classes
    SyntheticMouseEvent
  34. val movementX: Long

    Definition Classes
    SyntheticMouseEvent
    Since

    React 16.5

  35. val movementY: Long

    Definition Classes
    SyntheticMouseEvent
    Since

    React 16.5

  36. val nativeEvent: PointerEvent
  37. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  38. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  39. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  40. val pageX: Double
    Definition Classes
    SyntheticMouseEvent
  41. val pageY: Double
    Definition Classes
    SyntheticMouseEvent
  42. def persist(): Unit

    If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.

    If you want to access the event properties in an asynchronous way, call this on the event, which will remove the synthetic event from the pool and allow references to the event to be retained by user code.

    Definition Classes
    SyntheticEvent
  43. val pointerId: Double
  44. val pointerType: String
  45. val pressure: Double
  46. def preventDefault(): Unit

    Stops the default action of an element from happening.

    Stops the default action of an element from happening. For example: Prevent a submit button from submitting a form Prevent a link from following the URL

    Definition Classes
    SyntheticEvent
  47. def propertyIsEnumerable(v: String): Boolean
    Definition Classes
    Object
  48. val relatedTarget: EventTarget
    Definition Classes
    SyntheticMouseEvent
  49. val screenX: Double
    Definition Classes
    SyntheticMouseEvent
  50. val screenY: Double
    Definition Classes
    SyntheticMouseEvent
  51. val shiftKey: Boolean
    Definition Classes
    SyntheticMouseEvent
  52. def stopPropagation(): Unit

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Stops the bubbling of an event to parent elements, preventing any parent event handlers from being executed.

    Definition Classes
    SyntheticEvent
  53. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  54. val tangentialPressure: Double

    The normalized tangential pressure (also known as barrel pressure), typically set by an additional control (e.g.

    The normalized tangential pressure (also known as barrel pressure), typically set by an additional control (e.g. a finger wheel on an airbrush stylus), of the pointer input in the range of [-1,1], where 0 is the neutral position of the control. Note that some hardware may only support positive values in the range of [0,1]. For hardware that does not support tangential pressure, the value MUST be 0.

    Since

    React 16.5

  55. val target: DOMEventTarget
    Definition Classes
    SyntheticEvent
  56. val tiltX: Double
  57. val tiltY: Double
  58. val timeStamp: Double
    Definition Classes
    SyntheticEvent
  59. def toLocaleString(): String
    Definition Classes
    Object
  60. def toString(): String
    Definition Classes
    AnyRef → Any
  61. val twist: Int

    The clockwise rotation (in degrees, in the range of [0,359]) of a transducer (e.g.

    The clockwise rotation (in degrees, in the range of [0,359]) of a transducer (e.g. pen stylus) around its own major axis. For devices that do not report twist, the value MUST be 0.

    Since

    React 16.5

  62. def valueOf(): Any
    Definition Classes
    Object
  63. val view: Object

    The view attribute identifies the AbstractView from which the event was generated.

    The view attribute identifies the AbstractView from which the event was generated. The un-initialized value of this attribute must be null.

    Definition Classes
    SyntheticUIEvent
  64. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  65. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  66. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  67. val width: Double

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated @deprecated
    Deprecated

    (Since version ) see corresponding Javadoc for more information.

Inherited from SyntheticMouseEvent[DOMEventTarget]

Inherited from SyntheticUIEvent[DOMEventTarget]

Inherited from SyntheticEvent[DOMEventTarget]

Inherited from Object

Inherited from Any

Inherited from AnyRef

Inherited from Any

Ungrouped