C# Class Roadie, SF4ComboTrainer

Inheritance: IDisposable
显示文件 Open project: Necrophagos/SF4ComboTrainer

Public Properties

Property Type Description
HOLD_BUTTON_SOUND String
HOLD_DIRECTION_SOUND String
PRESS_BUTTON_SOUND String
PRESS_DIRECTION_SOUND String
RELEASE_BUTTON_SOUND String
RELEASE_DIRECTION_SOUND String
WAIT_SOUND String

Public Methods

Method Description
Dispose ( ) : void
PlaySound ( string sound ) : void
Roadie ( ) : System

Private Methods

Method Description
Work ( ) : void
getSoundDir ( ) : String
mciSendString ( string command, StringBuilder buffer, int bufferSize, IntPtr hwndCallback ) : Int32

Method Details

Dispose() public method

public Dispose ( ) : void
return void

PlaySound() public method

public PlaySound ( string sound ) : void
sound string
return void

Roadie() public method

public Roadie ( ) : System
return System

Property Details

HOLD_BUTTON_SOUND public_oe static_oe property

public static String HOLD_BUTTON_SOUND
return String

HOLD_DIRECTION_SOUND public_oe static_oe property

public static String HOLD_DIRECTION_SOUND
return String

PRESS_BUTTON_SOUND public_oe static_oe property

public static String PRESS_BUTTON_SOUND
return String

PRESS_DIRECTION_SOUND public_oe static_oe property

public static String PRESS_DIRECTION_SOUND
return String

RELEASE_BUTTON_SOUND public_oe static_oe property

public static String RELEASE_BUTTON_SOUND
return String

RELEASE_DIRECTION_SOUND public_oe static_oe property

public static String RELEASE_DIRECTION_SOUND
return String

WAIT_SOUND public_oe static_oe property

public static String WAIT_SOUND
return String