5 lines
No EOL
109 B
Python
5 lines
No EOL
109 B
Python
def timer_elapsed():
|
|
"""
|
|
get the amount of time passed since the last frame was displayed
|
|
"""
|
|
return get_ |