UserInteraction
scalatetris.engine.UserInteraction
object UserInteraction extends Enumeration
Enumeración que define los posibles eventos de interacción del usuario.
Estos eventos representan las acciones que el usuario puede realizar durante el juego, como mover piezas, rotarlas o controlar el estado del juego.
Attributes
- Graph
-
- Supertypes
-
class Enumerationtrait Serializableclass Objecttrait Matchableclass Any
- Self type
-
UserInteraction.type
Members list
Type members
Inherited classlikes
Attributes
- Inherited from:
- Enumeration
- Supertypes
Attributes
- Inherited from:
- Enumeration
- Supertypes
object ValueOrdering
Attributes
- Inherited from:
- Enumeration
- Supertypes
class ValueSet
Attributes
- Inherited from:
- Enumeration
- Supertypes
-
trait Serializabletrait SortedSet[Value]trait SortedSet[Value]class AbstractSet[Value]trait Set[Value]trait Iterable[Value]class AbstractSet[Value]trait Set[Value]trait Equalsclass AbstractIterable[Value]trait Iterable[Value]trait IterableOnce[Value]class Objecttrait Matchableclass AnyShow all
Types
Value members
Inherited methods
Attributes
- Inherited from:
- Enumeration
Attributes
- Inherited from:
- Enumeration
Returns a string representation of the object.
Returns a string representation of the object.
The default representation is platform dependent.
Attributes
- Returns
-
a string representation of the object.
- Definition Classes
-
Enumeration -> Any
- Inherited from:
- Enumeration
In this article