C# 클래스 DS4_PSO2.MainWindow

상속: System.Windows.Forms.Form
파일 보기 프로젝트 열기: kg/DS4_PSO2

Private Properties

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
MainWindow ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

비공개 메소드들

메소드 설명
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

메소드 상세

Dispose() 보호된 메소드

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

MainWindow() 공개 메소드

public MainWindow ( ) : System
리턴 System