PointerEvent

indigo.shared.events.PointerEvent
See thePointerEvent companion object
sealed trait PointerEvent extends InputEvent

Represents all mouse, pen and touch events

Attributes

Companion
object
Graph
Supertypes
trait InputEvent
trait Serializable
trait Product
trait Equals
trait GlobalEvent
class Object
trait Matchable
class Any
Show all
Known subtypes
class PointerDown
class PointerEnter
class PointerLeave
class PointerMove
class PointerUp
Show all

Members list

Value members

Abstract methods

Pressed buttons

Pressed buttons

Attributes

Indicates whether the pointer is considered primary - like first finger during multi-touch gesture

Indicates whether the pointer is considered primary - like first finger during multi-touch gesture

Attributes

Unique pointer identifier

Unique pointer identifier

Attributes

Coordinates relative to the magnification level

Coordinates relative to the magnification level

Attributes

Concrete methods

Indicates whether buttons are in active state

Indicates whether buttons are in active state

Attributes

Inherited methods

def canEqual(that: Any): Boolean

Attributes

Inherited from:
Equals

Attributes

Inherited from:
Product
def productElement(n: Int): Any

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product