Added getCurrentTime API method (fixes #292)

This commit is contained in:
Sam Potts
2016-07-10 20:58:19 +10:00
parent 39dc651a9d
commit 3c9e9862d8
3 changed files with 8 additions and 2 deletions

View File

@ -535,6 +535,11 @@ Here's a list of the methods supported:
<td>&mdash;</td>
<td>Reverses the effects of the <code>destroy()</code> method, restoring the UI and listeners.</td>
</tr>
<tr>
<td><code>getCurrentTime()</code></td>
<td>&mdash;</td>
<td>Will return a float with the current time in seconds.</td>
</tr>
</tbody>
</table>