NAME
SDL2::atomic_t - A type representing an atomic integer value
SYNOPSIS
use SDL2 qw[:all];
DESCRIPTION
SDL2::atomic_t is a struct so people don't accidentally use numeric operations on it.
Fields
value
AUTHOR
Sanko Robinson <sanko@cpan.org>