logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

SDL_Time - SDL times are signed, 64-bit integers representing nanoseconds since the Unix epoch (Jan 1,

Availability

       This macro is available since SDL 3.2.0.

Description

       They can be converted between POSIX time_t values with

       SDL_NS_TO_SECONDS () and

       SDL_SECONDS_TO_NS (), and between Windows FILETIME values with SDL_TimeToWindows () and

       SDL_TimeFromWindows ().

Header File

       Defined in SDL3/SDL_stdinc.h

Name

       SDL_Time  -  SDL  times are signed, 64-bit integers representing nanoseconds since the Unix epoch (Jan 1,
       1970).

See Also

(3), SDL_MAX_SINT64(3), (3), SDL_MIN_SINT64(3)

Simple Directmedia Layer                           SDL 3.2.10                                    SDL_Time(3type)

Synopsis

#include"SDL3/SDL.h"typedefSint64SDL_Time;#defineSDL_MAX_TIMESDL_MAX_SINT64#defineSDL_MIN_TIMESDL_MIN_SINT64

See Also