diff options
author | David Thompson <dthompson2@worcester.edu> | 2020-12-15 17:59:09 -0500 |
---|---|---|
committer | David Thompson <dthompson2@worcester.edu> | 2020-12-15 17:59:09 -0500 |
commit | 8726cc42e3e7e5e6f34f7328898e35ed207bfb08 (patch) | |
tree | f2599a60f404b086c1054befa07106c3f6d1320d /doc/api.texi | |
parent | 11cf5c63610e8bb858fa21ecea37196d9c8f17e4 (diff) |
Switch to high resolution timer.
Diffstat (limited to 'doc/api.texi')
-rw-r--r-- | doc/api.texi | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/api.texi b/doc/api.texi index e9aa72f..a74d6f2 100644 --- a/doc/api.texi +++ b/doc/api.texi @@ -354,8 +354,7 @@ behavior is to simply re-throw the error. @end deffn @deffn {Procedure} elapsed-time -Return the number of milliseconds that have passed since the game loop -was started. +Return the current value of the system timer in seconds. @end deffn @node Input Devices |