Summary
Get the current speed.
Syntax
[DllImport(DLL, EntryPoint = "openmpt_module_get_current_speed")]
public static extern int ModuleGetCurrentSpeed(IntPtr mod)
Attributes
| Type | Description |
|---|---|
| DllImportAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| mod | IntPtr | The module handle to work on. |
Return Value
| Type | Description |
|---|---|
| int | The current speed in ticks per row. |