KeyboardInput

eu.joaocosta.minart.input.KeyboardInput
See theKeyboardInput companion class
object KeyboardInput

Attributes

Companion
class
Graph
Supertypes
trait Product
trait Mirror
class Object
trait Matchable
class Any
Self type

Members list

Type members

Classlikes

object Event

Attributes

Companion
trait
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Event.type
sealed trait Event

Keyboard Event

Keyboard Event

Attributes

Companion
object
Supertypes
class Object
trait Matchable
class Any
Known subtypes
class Pressed
class Released
enum Key(val baseChar: Option[Char])

Platform-agnostic identifier for a keyboard key.

Platform-agnostic identifier for a keyboard key.

Has a baseChar value with an optional char, which represents the key with no modifiers.

Attributes

Supertypes
trait Enum
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all
trait KeyMapping[A]

Internal trait to store mappings from platform-specific key representations to a Key. This should not have to be used in the application code.

Internal trait to store mappings from platform-specific key representations to a Key. This should not have to be used in the application code.

Attributes

Supertypes
class Object
trait Matchable
class Any

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror

The name of the type

The name of the type

Attributes

Inherited from:
Mirror

Value members

Concrete fields

Keyboard Input with everything unset

Keyboard Input with everything unset

Attributes

val maxEvents: Int

Maximum events guaranteed to be stored by KeyboardInput

Maximum events guaranteed to be stored by KeyboardInput

Attributes