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

Show file Open project: procfxgen/MGShaderEditor Class Usage Examples

Public Methods

Method 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

Method Description
GamePadDPad ( ) : System

Method Details

Equals() public method

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.
return bool

GamePadDPad() public method

public GamePadDPad ( ButtonState upValue, ButtonState downValue, ButtonState leftValue, ButtonState rightValue ) : System
upValue ButtonState
downValue ButtonState
leftValue ButtonState
rightValue ButtonState
return System

GetHashCode() public method

public GetHashCode ( ) : int
return int

operator() public static method

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