C# Class DS4_PSO2.MainWindow

Inheritance: System.Windows.Forms.Form
Show file Open project: kg/DS4_PSO2

Private Properties

Property Type Description
DeInitJoystick void
DoUpdateCheck void
GetButton bool
GetPathOfAssembly string
HandleGestures void
InitJoystick bool
InitializeComponent void
MainWindow_FormClosing void
MainWindow_Shown void
RefreshProfileList void
RescaleSignedAxis int
RescaleUnsignedAxis int
SetButton void
SetButton void
ShowUpdateFailure void
ShowUpdateNotice void
UpdateJoystick bool
UpdaterThreadFunc void
btnConfigureJoystick_Click void
cbProfileName_SelectedIndexChanged void
exitToolStripMenuItem_Click void
niTrayIcon_MouseDown void
showToolStripMenuItem_Click void
tmrEnumerate_Tick void
tmrUpdate_Tick void

Public Methods

Method Description
MainWindow ( ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
DeInitJoystick ( uint id ) : void
DoUpdateCheck ( ) : void
GetButton ( uint buttons, int index ) : bool
GetPathOfAssembly ( Assembly assembly ) : string
HandleGestures ( System.DateTime gestureTimes ) : void
InitJoystick ( uint id ) : bool
InitializeComponent ( ) : void

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

MainWindow_FormClosing ( object sender, FormClosingEventArgs e ) : void
MainWindow_Shown ( object sender, EventArgs e ) : void
RefreshProfileList ( ) : void
RescaleSignedAxis ( float value ) : int
RescaleUnsignedAxis ( float value ) : int
SetButton ( uint &buttons, int index, DualShock4Button button ) : void
SetButton ( uint &buttons, int index, bool state ) : void
ShowUpdateFailure ( Exception exception ) : void
ShowUpdateNotice ( System.Version newVersion, System.Version currentVersion ) : void
UpdateJoystick ( uint id, System.DateTime gestureTimes ) : bool
UpdaterThreadFunc ( ) : void
btnConfigureJoystick_Click ( object sender, EventArgs e ) : void
cbProfileName_SelectedIndexChanged ( object sender, EventArgs e ) : void
exitToolStripMenuItem_Click ( object sender, EventArgs e ) : void
niTrayIcon_MouseDown ( object sender, MouseEventArgs e ) : void
showToolStripMenuItem_Click ( object sender, EventArgs e ) : void
tmrEnumerate_Tick ( object sender, EventArgs e ) : void
tmrUpdate_Tick ( 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

MainWindow() public method

public MainWindow ( ) : System
return System