C# Class CSPspEmu.Gui.Winforms.ButtonMappingForm

Inheritance: System.Windows.Forms.Form
Show file Open project: soywiz/cspspemu

Public Properties

Property 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

Public Methods

Method Description
LoadConfig ( ) : void
StoreConfig ( ) : void

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method 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 method

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

LoadConfig() public method

public LoadConfig ( ) : void
return void

StoreConfig() public method

public StoreConfig ( ) : void
return void

Property Details

AnalogDown public property

public System.Windows.Forms.TextBox AnalogDown
return System.Windows.Forms.TextBox

AnalogLeft public property

public System.Windows.Forms.TextBox AnalogLeft
return System.Windows.Forms.TextBox

AnalogRight public property

public System.Windows.Forms.TextBox AnalogRight
return System.Windows.Forms.TextBox

AnalogUp public property

public System.Windows.Forms.TextBox AnalogUp
return System.Windows.Forms.TextBox

CircleButton public property

public System.Windows.Forms.TextBox CircleButton
return System.Windows.Forms.TextBox

CrossButton public property

public System.Windows.Forms.TextBox CrossButton
return System.Windows.Forms.TextBox

DigitalDown public property

public System.Windows.Forms.TextBox DigitalDown
return System.Windows.Forms.TextBox

DigitalLeft public property

public System.Windows.Forms.TextBox DigitalLeft
return System.Windows.Forms.TextBox

DigitalRight public property

public System.Windows.Forms.TextBox DigitalRight
return System.Windows.Forms.TextBox

DigitalUp public property

public System.Windows.Forms.TextBox DigitalUp
return System.Windows.Forms.TextBox

LeftTriggerButton public property

public System.Windows.Forms.TextBox LeftTriggerButton
return System.Windows.Forms.TextBox

RightTriggerButton public property

public System.Windows.Forms.TextBox RightTriggerButton
return System.Windows.Forms.TextBox

SelectButton public property

public System.Windows.Forms.TextBox SelectButton
return System.Windows.Forms.TextBox

SquareButton public property

public System.Windows.Forms.TextBox SquareButton
return System.Windows.Forms.TextBox

StartButton public property

public System.Windows.Forms.TextBox StartButton
return System.Windows.Forms.TextBox

TriangleButton public property

public System.Windows.Forms.TextBox TriangleButton
return System.Windows.Forms.TextBox