Motion

bearlyb.events.Event.Finger.Motion
final case class Motion(timestamp: Duration, touchID: TouchID, fingerID: FingerID, x: Float, y: Float, dx: Float, dy: Float, pressure: Float, windowID: WindowID)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product