T

case object T extends KeyCode
trait Singleton
trait Product
trait Mirror
trait Serializable
trait Product
trait Equals
class KeyCode
trait SFXEnumDelegate[KeyCode]
trait SFXDelegate[KeyCode]
class Object
trait Matchable
class Any

Type members

Inherited types

type MirroredElemLabels = EmptyTuple
Inherited from
Singleton
type MirroredElemTypes = EmptyTuple
Inherited from
Singleton
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from
Mirror
type MirroredMonoType = Singleton
Inherited from
Singleton
type MirroredType = Singleton
Inherited from
Singleton

Value members

Inherited methods

override def equals(ref: Any): Boolean

Verifies if a object is equals to this delegate.

Verifies if a object is equals to this delegate.

Value Params
ref

Object to be compared.

Returns

if the other object is equals to this delegate or not.

Definition Classes
Inherited from
SFXDelegate
def fromProduct(p: Product): MirroredMonoType
Inherited from
Singleton
override def hashCode: Int
Returns

The delegate hashcode

Definition Classes
Inherited from
SFXDelegate
def isArrowKey: Boolean

Left, right, up, down keys (including the keypad arrows)

Left, right, up, down keys (including the keypad arrows)

Inherited from
KeyCode
def isDigitKey: Boolean

All Digit keys (including the keypad digits)

All Digit keys (including the keypad digits)

Inherited from
KeyCode
def isFunctionKey: Boolean

Function keys like F1, F2, etc...

Function keys like F1, F2, etc...

Inherited from
KeyCode
def isKeypadKey: Boolean

All keys on the keypad

All keys on the keypad

Inherited from
KeyCode
def isLetterKey: Boolean

All keys with letters

All keys with letters

Inherited from
KeyCode
def isMediaKey: Boolean

All multimedia keys (channel up/down, volume control, etc...)

All multimedia keys (channel up/down, volume control, etc...)

Inherited from
KeyCode
def isModifierKey: Boolean

Keys that could act as a modifier

Keys that could act as a modifier

Inherited from
KeyCode
def isNavigationKey: Boolean

Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)

Navigation keys are arrow keys and Page Down, Page Up, Home, End (including keypad keys)

Inherited from
KeyCode
def isWhitespaceKey: Boolean

Space, tab and enter

Space, tab and enter

Inherited from
KeyCode
def name: String

Gets name of this key code.

Gets name of this key code.

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

Return the same string value as enum delegate.

Return the same string value as enum delegate.

This is important since we want to be able to look it up using enums valueOf method. Default toString provided by the SFXDelegate prepends "[SFX]"

Definition Classes
Inherited from
SFXEnumDelegate

Inherited fields

override val delegate: KeyCode
Inherited from
KeyCode