SDL_atomic_t
A structure representing an atomic integer value.
Data Fields
int |
value |
the atomic integer value |
Code Examples
You can add your code example here
Remarks
SDL_atomic_t is a structure so people don't accidentally use numeric operations on it. Instead, you should use the atomic operation functions to work with the integer value.
