C# Class CSPspEmu.Gui.Winforms.ButtonMappingForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: soywiz/cspspemu

Méthodes publiques

Свойство Type Description
AnalogDown System.Windows.Forms.TextBox
AnalogLeft System.Windows.Forms.TextBox
AnalogRight System.Windows.Forms.TextBox
AnalogUp System.Windows.Forms.TextBox
CircleButton System.Windows.Forms.TextBox
CrossButton System.Windows.Forms.TextBox
DigitalDown System.Windows.Forms.TextBox
DigitalLeft System.Windows.Forms.TextBox
DigitalRight System.Windows.Forms.TextBox
DigitalUp System.Windows.Forms.TextBox
LeftTriggerButton System.Windows.Forms.TextBox
RightTriggerButton System.Windows.Forms.TextBox
SelectButton System.Windows.Forms.TextBox
SquareButton System.Windows.Forms.TextBox
StartButton System.Windows.Forms.TextBox
TriangleButton System.Windows.Forms.TextBox

Méthodes publiques

Méthode Description
LoadConfig ( ) : void
StoreConfig ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
ButtonMappingForm ( ) : System
ButtonMappingForm_Load ( object sender, EventArgs e ) : void
GetCachedControllerConfigField ( string Name ) : FieldInfo
HandleGotFocus ( object sender, EventArgs e ) : void
HandleKeyDown ( object sender, KeyEventArgs e ) : void
HandleLoad ( object sender, EventArgs e ) : void
HandleLostFocus ( object sender, EventArgs e ) : void
IInjectInitialize ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

button1_Click ( object sender, EventArgs e ) : void
button2_Click ( object sender, EventArgs e ) : void

Method Details

Dispose() protected méthode

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
Résultat void

LoadConfig() public méthode

public LoadConfig ( ) : void
Résultat void

StoreConfig() public méthode

public StoreConfig ( ) : void
Résultat void

Property Details

AnalogDown public_oe property

public System.Windows.Forms.TextBox AnalogDown
Résultat System.Windows.Forms.TextBox

AnalogLeft public_oe property

public System.Windows.Forms.TextBox AnalogLeft
Résultat System.Windows.Forms.TextBox

AnalogRight public_oe property

public System.Windows.Forms.TextBox AnalogRight
Résultat System.Windows.Forms.TextBox

AnalogUp public_oe property

public System.Windows.Forms.TextBox AnalogUp
Résultat System.Windows.Forms.TextBox

CircleButton public_oe property

public System.Windows.Forms.TextBox CircleButton
Résultat System.Windows.Forms.TextBox

CrossButton public_oe property

public System.Windows.Forms.TextBox CrossButton
Résultat System.Windows.Forms.TextBox

DigitalDown public_oe property

public System.Windows.Forms.TextBox DigitalDown
Résultat System.Windows.Forms.TextBox

DigitalLeft public_oe property

public System.Windows.Forms.TextBox DigitalLeft
Résultat System.Windows.Forms.TextBox

DigitalRight public_oe property

public System.Windows.Forms.TextBox DigitalRight
Résultat System.Windows.Forms.TextBox

DigitalUp public_oe property

public System.Windows.Forms.TextBox DigitalUp
Résultat System.Windows.Forms.TextBox

LeftTriggerButton public_oe property

public System.Windows.Forms.TextBox LeftTriggerButton
Résultat System.Windows.Forms.TextBox

RightTriggerButton public_oe property

public System.Windows.Forms.TextBox RightTriggerButton
Résultat System.Windows.Forms.TextBox

SelectButton public_oe property

public System.Windows.Forms.TextBox SelectButton
Résultat System.Windows.Forms.TextBox

SquareButton public_oe property

public System.Windows.Forms.TextBox SquareButton
Résultat System.Windows.Forms.TextBox

StartButton public_oe property

public System.Windows.Forms.TextBox StartButton
Résultat System.Windows.Forms.TextBox

TriangleButton public_oe property

public System.Windows.Forms.TextBox TriangleButton
Résultat System.Windows.Forms.TextBox