NAME
SDL::Cursor - a SDL perl extension
SYNOPSIS
$cursor = new SDL::Cursor -data => new SDL::Surface "cursor.png",
-mask => new SDL::Surface "mask.png",
-x => 0, -y => 0;
DESCRIPTION
AUTHOR
David J. Goehrig
SEE ALSO
perl(1) SDL::Surface(3).