Combo

final case class Combo(mouseInputs: List[MouseInput], keyInputs: List[Key], gamepadInputs: List[GamepadInput])
Companion
object
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any

Value members

Concrete methods

def withGamepadInputs(newInputs: List[GamepadInput]): Combo
def withKeyInputs(newInputs: Key*): Combo
def withKeyInputs(newInputs: List[Key]): Combo
def withMouseInputs(newInputs: MouseInput*): Combo
def withMouseInputs(newInputs: List[MouseInput]): Combo
def |+|(other: Combo): Combo

Inherited methods

def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product