The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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).