Module sfml::system [−][src]
Base module of SFML, defining various utilities.
It provides vector types, timing types.
Structs
| Clock | Utility type that measures the elapsed time. |
| SfStr | A borrowed string type that’s compatible with |
| Time | Represents a time value. |
| Vector2 | Utility type for manipulating 2-dimensional vectors. |
| Vector3 | Utility type for manipulating 3-dimensional vectors. |
Traits
| SfStrConv | Trait for types that can be converted into |
Functions
| sleep | Make the current thread sleep for a given duration. |
Type Definitions
| Vector2f |
|
| Vector2i |
|
| Vector2u |
|
| Vector3f |
|
| Vector3i |
|