NAME
SDL2::Rect - A Rectangle with the Origin at the Upper Left in Integers
SYNOPSIS
my
$rect
= SDL2::Rect->new( {
x
=> 1,
y
=> 1,
w
=> 100,
h
=> 100 } );
DESCRIPTION
SDL2::Rect
LICENSE
Copyright (C) Sanko Robinson.
This library is free software; you can redistribute it and/or modify it under the terms found in the Artistic License 2. Other copyrights, terms, and conditions may apply to data transmitted through this module.
AUTHOR
Sanko Robinson <sanko@cpan.org>