Input

final case class Input[Info](name: String, info: Info) extends TraceEvent

A TraceEvent that records a GUI event.

Type parameters:
Info

the type of the additional information, such as Pos, Key, or MouseMoved

Value parameters:
info

additional information about the event

name

a short description of the GUI event, such as "click", "key-down", or "mouse-move"

trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Returns:

a string representation of the object.

Definition Classes

Inherited methods

Inherited from:
Product