Combo

indigo.shared.events.Combo
See theCombo companion object
final case class Combo(mouseInputs: List[MouseInput], keyInputs: List[Key], gamepadInputs: List[GamepadInput])

Attributes

Companion
object
Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

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]

Attributes

Inherited from:
Product
def productIterator: Iterator[Any]

Attributes

Inherited from:
Product