NAME
SDL2::Rect - A Rectangle with the Origin at the Upper Left in Integers
SYNOPSIS
use SDL2 qw[:all];
my $rect = SDL2::Rect->new( { x => 1, y => 1, w => 100, h => 100 } );
DESCRIPTION
SDL2::Rect
AUTHOR
Sanko Robinson <sanko@cpan.org>
SDL2::Rect - A Rectangle with the Origin at the Upper Left in Integers
use SDL2 qw[:all];
my $rect = SDL2::Rect->new( { x => 1, y => 1, w => 100, h => 100 } );
SDL2::Rect
Sanko Robinson <sanko@cpan.org>