SyntheticPointerEvent

@native @JSType trait SyntheticPointerEvent[+TargetType] extends SyntheticEvent[TargetType, PointerEvent]
trait SyntheticEvent[TargetType, PointerEvent]
class Object
trait Any
class Object
trait Matchable
class Any

Value members

Inherited methods

def hasOwnProperty(v: String): Boolean
Inherited from
Object
def isDefaultPrevented(): Boolean
Inherited from
SyntheticEvent
def isPropagationStopped(): Boolean
Inherited from
SyntheticEvent
def isPrototypeOf(v: Object): Boolean
Inherited from
Object
def preventDefault(): Unit
Inherited from
SyntheticEvent
def propertyIsEnumerable(v: String): Boolean
Inherited from
Object
def stopPropagation(): Unit
Inherited from
SyntheticEvent
def toLocaleString(): String
Inherited from
Object
def valueOf(): Any
Inherited from
Object

Concrete fields

val height: Double
val isPrimary: Boolean
val pointerId: Int
val pointerType: String
val pressure: Double
val tangentialPressure: Double
val tiltX: Double
val tiltY: Double
val twist: Double
val width: Double

Inherited fields

@JSName("type")
val `type`: String
Inherited from
SyntheticEvent
val bubbles: Boolean
Inherited from
SyntheticEvent
val cancelable: Boolean
Inherited from
SyntheticEvent
val currentTarget: TargetType
Inherited from
SyntheticEvent
val defaultPrevented: Boolean
Inherited from
SyntheticEvent
val eventPhase: Int
Inherited from
SyntheticEvent
val isTrusted: Boolean
Inherited from
SyntheticEvent
val nativeEvent: PointerEvent
Inherited from
SyntheticEvent
val target: TargetType
Inherited from
SyntheticEvent
val timeStamp: Int
Inherited from
SyntheticEvent