dsfml.system.time

A module containing the Time struct

Members

Functions

microseconds
Time microseconds(long amount)

Construct a time value from a number of microseconds.

milliseconds
Time milliseconds(int amount)

Construct a time value from a number of milliseconds.

seconds
Time seconds(float amount)

Construct a time value from a number of seconds.

Structs

Time
struct Time

Represents a time value

Meta