Motion

bearlyb.events.Event.Mouse.Motion
final case class Motion(timestamp: Duration, which: MouseID, state: Set[Button], x: Float, y: Float, xrel: Float, yrel: Float)

Members list

Value members

Inherited methods

def productElementNames: Iterator[String]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product