1
0
Fork 0

Start using new animation players for finer control in laptop presentations

This commit is contained in:
Joris van der Hoeven 2016-03-17 23:38:47 +00:00
parent 2c90712558
commit 14eeda61bd
1 changed files with 16 additions and 0 deletions

View File

@ -746,6 +746,22 @@ source code.
<scm|bool>.
</explain>
<\explain>
<scm|(players-set-elapsed <scm-arg|tree> <scm-arg|double>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|players_set_elapsed> which returns
<scm|void>.
</explain>
<\explain>
<scm|(players-set-speed <scm-arg|tree> <scm-arg|double>)>
<explain-synopsis|no synopsis>
<|explain>
Calls the <c++> function <cpp|players_set_speed> which returns
<scm|void>.
</explain>
<\explain>
<scm|(tt-exists? <scm-arg|string>)>
<explain-synopsis|no synopsis>