C# Class EtherDuels.Config.KeyboardConfiguration

Inheritance: InputConfigurationRetriever
Afficher le fichier Open project: julius/pse_spacewar Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( KeyboardConfiguration secKeyConf ) : bool

Checks if the assigned KeyboardConfiguration object is equal to this one. Objects are defined equal if all the respective keyboard shortcuts match with each other.

GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void

Adds all important values to the SerializationInfo.

KeyboardConfiguration ( ) : System

Creates a new KeyboardConfiguration.

KeyboardConfiguration ( SerializationInfo info, StreamingContext ctxt ) : System

Creates a new KeyboradConfiguration.

Method Details

Equals() public méthode

Checks if the assigned KeyboardConfiguration object is equal to this one. Objects are defined equal if all the respective keyboard shortcuts match with each other.
public Equals ( KeyboardConfiguration secKeyConf ) : bool
secKeyConf KeyboardConfiguration The KeyboardConfiguration which needs to be checked for equality.
Résultat bool

GetObjectData() public méthode

Adds all important values to the SerializationInfo.
public GetObjectData ( SerializationInfo info, StreamingContext ctxt ) : void
info System.Runtime.Serialization.SerializationInfo The assigned SerializationInfo.
ctxt System.Runtime.Serialization.StreamingContext The assigned StreamingContext.
Résultat void

KeyboardConfiguration() public méthode

Creates a new KeyboardConfiguration.
public KeyboardConfiguration ( ) : System
Résultat System

KeyboardConfiguration() public méthode

Creates a new KeyboradConfiguration.
public KeyboardConfiguration ( SerializationInfo info, StreamingContext ctxt ) : System
info System.Runtime.Serialization.SerializationInfo The SerializationInfo.
ctxt System.Runtime.Serialization.StreamingContext The StreamingContext.
Résultat System