C# Class Roadie, SF4ComboTrainer

Inheritance: IDisposable
Afficher le fichier Open project: Necrophagos/SF4ComboTrainer

Méthodes publiques

Свойство 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

Méthodes publiques

Méthode Description
Dispose ( ) : void
PlaySound ( string sound ) : void
Roadie ( ) : System

Private Methods

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

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

PlaySound() public méthode

public PlaySound ( string sound ) : void
sound string
Résultat void

Roadie() public méthode

public Roadie ( ) : System
Résultat System

Property Details

HOLD_BUTTON_SOUND public_oe static_oe property

public static String HOLD_BUTTON_SOUND
Résultat String

HOLD_DIRECTION_SOUND public_oe static_oe property

public static String HOLD_DIRECTION_SOUND
Résultat String

PRESS_BUTTON_SOUND public_oe static_oe property

public static String PRESS_BUTTON_SOUND
Résultat String

PRESS_DIRECTION_SOUND public_oe static_oe property

public static String PRESS_DIRECTION_SOUND
Résultat String

RELEASE_BUTTON_SOUND public_oe static_oe property

public static String RELEASE_BUTTON_SOUND
Résultat String

RELEASE_DIRECTION_SOUND public_oe static_oe property

public static String RELEASE_DIRECTION_SOUND
Résultat String

WAIT_SOUND public_oe static_oe property

public static String WAIT_SOUND
Résultat String