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 |
Property | Type | Description | |
---|---|---|---|
Roadie | System | ||
Work | void | ||
mciSendString |
Method | Description | |
---|---|---|
Dispose ( ) : void |
The dispose function.
|
|
PlaySound ( string sound ) : void |
Play sound function.
|
Method | Description | |
---|---|---|
Roadie ( ) : System |
Initializes a new instance of the Roadie class.
|
|
Work ( ) : void |
The worker thread function.
|
|
mciSendString ( string command, StringBuilder buffer, int bufferSize, |
public PlaySound ( string sound ) : void | ||
sound | string | The sound to play. |
return | void |
public static String PRESS_DIRECTION_SOUND | ||
return | String |
public static String RELEASE_DIRECTION_SOUND | ||
return | String |