C# Class Microsoft.Xna.Framework.Input.GamePadDPad

Afficher le fichier Open project: procfxgen/MGShaderEditor Class Usage Examples

Méthodes publiques

Méthode Description
Equals ( object obj ) : bool

Returns a value indicating whether this instance is equal to a specified object.

GamePadDPad ( ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue ) : System
GetHashCode ( ) : int
operator ( ) : bool

Determines whether two specified instances of GamePadDPad are equal.

Private Methods

Méthode Description
GamePadDPad ( ) : System

Method Details

Equals() public méthode

Returns a value indicating whether this instance is equal to a specified object.
public Equals ( object obj ) : bool
obj object An object to compare to this instance.
Résultat bool

GamePadDPad() public méthode

public GamePadDPad ( ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue ) : System
upValue ButtonState
downValue ButtonState
leftValue ButtonState
rightValue ButtonState
Résultat System

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

operator() public static méthode

Determines whether two specified instances of GamePadDPad are equal.
public static operator ( ) : bool
Résultat bool