Motion

bearlyb.events.Event.Pen.Motion
final case class Motion(timestamp: Duration, windowID: WindowID, which: PenID, penState: Set[PenInput], x: Float, y: Float)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product