Class/Object

io.youi.event

PointerEvent

Related Docs: object PointerEvent | package event

Permalink

class PointerEvent extends Event

Linear Supertypes
Event, AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. PointerEvent
  2. Event
  3. AnyRef
  4. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  5. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  6. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  7. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  8. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  9. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  10. lazy val global: Point

    Permalink
  11. val globalX: Double

    Permalink
  12. val globalY: Double

    Permalink
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. lazy val height: Int

    Permalink
  15. val htmlEvent: UIEvent

    Permalink
  16. val htmlEventType: HTMLEventType

    Permalink
  17. def htmlMouseEvent: Option[MouseEvent]

    Permalink
  18. def htmlPointerEvent: Option[HTMLPointerEvent]

    Permalink
  19. def htmlTouchEvent: Option[TouchEvent]

    Permalink
  20. lazy val identifier: Int

    Permalink
  21. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  22. def isMouse: Boolean

    Permalink
  23. def isPointer: Boolean

    Permalink
  24. lazy val isPrimary: Boolean

    Permalink
  25. def isTouch: Boolean

    Permalink
  26. lazy val local: Point

    Permalink
  27. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  28. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  29. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  30. lazy val pointerType: String

    Permalink
  31. lazy val pressure: Double

    Permalink
  32. def preventDefault(): Unit

    Permalink
  33. def propagate: Boolean

    Permalink

    True if this event will continue to propagate up the parent hierarchy.

    True if this event will continue to propagate up the parent hierarchy.

    Definition Classes
    Event
  34. def stopPropagation(): Unit

    Permalink

    Stops this event from propagating up the parent hierarchy.

    Stops this event from propagating up the parent hierarchy.

    Definition Classes
    PointerEventEvent
  35. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  36. lazy val tangentialPressure: Double

    Permalink
  37. val target: Component

    Permalink
    Definition Classes
    PointerEventEvent
  38. lazy val tiltX: Double

    Permalink
  39. lazy val tiltY: Double

    Permalink
  40. val time: Long

    Permalink
  41. def toString(): String

    Permalink
    Definition Classes
    PointerEvent → AnyRef → Any
  42. lazy val twist: Double

    Permalink
  43. val type: Type

    Permalink
  44. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  45. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  46. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  47. lazy val width: Int

    Permalink
  48. val x: Double

    Permalink
  49. val y: Double

    Permalink

Inherited from Event

Inherited from AnyRef

Inherited from Any

Ungrouped