C# Class PCSX2Bonus.Gamepad

Show file Open project: CyberFoxHax/PCSXBonus Class Usage Examples

Public Properties

Property Type Description
IsValid bool

Public Methods

Method Description
CancelPollAsync ( ) : void
Dispose ( ) : void
Gamepad ( Window wnd ) : Microsoft.DirectX.DirectInput
PollAsync ( ) : void

Private Methods

Method Description
BeginPoll ( ) : void
OnButtonPressed ( int button ) : void
OnDirectionChanged ( string direction ) : void

Method Details

CancelPollAsync() public method

public CancelPollAsync ( ) : void
return void

Dispose() public method

public Dispose ( ) : void
return void

Gamepad() public method

public Gamepad ( Window wnd ) : Microsoft.DirectX.DirectInput
wnd System.Windows.Window
return Microsoft.DirectX.DirectInput

PollAsync() public method

public PollAsync ( ) : void
return void

Property Details

IsValid public property

public bool IsValid
return bool