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
Attributes
-
Inherited from:
-
Product
Attributes
-
Inherited from:
-
Product