SyntheticTouchEvent

slinky.web.SyntheticTouchEvent
trait SyntheticTouchEvent[+TargetType] extends SyntheticEvent[TargetType, TouchEvent]

Attributes

Graph
Supertypes
trait SyntheticEvent[TargetType, TouchEvent]
class Object
trait Any
class Object
trait Matchable
class Any

Members list

Concise view

Value members

Concrete methods

def getModifierState(key: String): Boolean

Inherited methods

def hasOwnProperty(v: String): Boolean

Attributes

Inherited from:
Object
def isDefaultPrevented(): Boolean

Attributes

Inherited from:
SyntheticEvent
def isPropagationStopped(): Boolean

Attributes

Inherited from:
SyntheticEvent
def isPrototypeOf(v: Object): Boolean

Attributes

Inherited from:
Object
def preventDefault(): Unit

Attributes

Inherited from:
SyntheticEvent
def propertyIsEnumerable(v: String): Boolean

Attributes

Inherited from:
Object
def stopPropagation(): Unit

Attributes

Inherited from:
SyntheticEvent
def toLocaleString(): String

Attributes

Inherited from:
Object
def valueOf(): Any

Attributes

Inherited from:
Object

Concrete fields

val altKey: Boolean
val changedTouches: TouchList
val ctrlKey: Boolean
val metaKey: Boolean
val shiftKey: Boolean
val targetTouches: TouchList
val touches: TouchList

Inherited fields

val `type`: String

Attributes

Inherited from:
SyntheticEvent
val bubbles: Boolean

Attributes

Inherited from:
SyntheticEvent
val cancelable: Boolean

Attributes

Inherited from:
SyntheticEvent
val currentTarget: TargetType

Attributes

Inherited from:
SyntheticEvent
val defaultPrevented: Boolean

Attributes

Inherited from:
SyntheticEvent
val eventPhase: Int

Attributes

Inherited from:
SyntheticEvent
val isTrusted: Boolean

Attributes

Inherited from:
SyntheticEvent
val nativeEvent: TouchEvent

Attributes

Inherited from:
SyntheticEvent
val target: TargetType

Attributes

Inherited from:
SyntheticEvent
val timeStamp: Int

Attributes

Inherited from:
SyntheticEvent