Package: gdk

Function gdk:frame-clock-frame-time

Lambda List

gdk:frame-clock-frame-time (clock)

Arguments

clock -- a gdk:frame-clock object

Return Value

The integer with a timestamp in microseconds.

Details

Gets the time that should currently be used for animations. Inside the processing of a frame, it is the time used to compute the animation position of everything in a frame. Outside of a frame, it is the time of the conceptual "previous frame", which may be either the actual previous frame time, or if that is too old, an updated time.
 

See also

#2024-7-12