CodeInput
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
Value members
Inherited methods
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
- SFXDelegate -> Any
- Inherited from
- SFXDelegate
Left, right, up, down keys (including the keypad arrows)
Left, right, up, down keys (including the keypad arrows)
- Inherited from
- KeyCode
All Digit keys (including the keypad digits)
All Digit keys (including the keypad digits)
- Inherited from
- KeyCode
All multimedia keys (channel up/down, volume control, etc...)
All multimedia keys (channel up/down, volume control, etc...)
- Inherited from
- KeyCode
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