NAME
SDL2::Point - The Structure that Defines a Point with Integers
SYNOPSIS
use SDL2 qw[:all];
my $point = SDL2::Point->new( { x => 1, y => 1 } );
warn $point->x;
DESCRIPTION
SDL2::Point
Fields
x
y
AUTHOR
Sanko Robinson <sanko@cpan.org>
SDL2::Point - The Structure that Defines a Point with Integers
use SDL2 qw[:all];
my $point = SDL2::Point->new( { x => 1, y => 1 } );
warn $point->x;
SDL2::Point
x
y
Sanko Robinson <sanko@cpan.org>