30f68a9d9c35d35696fbeed7ffeee09ab8093981
[sdlgit/SDL_perl.git] / lib / SDL / Video.pm
1 package SDL::Video;
2 use strict;
3 use warnings;
4 require Exporter;
5 require DynaLoader;
6 our @ISA = qw(Exporter DynaLoader);
7 bootstrap SDL::Video;
8
9 1;
10
11 __END__
12
13 =pod
14
15 =head1 NAME
16
17 SDL::Video - Bindings to the video category in SDL API
18
19 =head1 SYNOPSIS
20
21 This module is not an object. Please read the 
22
23 =head1 DESCRIPTION
24
25
26
27 =head1 METHODS
28
29 =head2 get_video_surface
30
31 =head2 get_video_info
32
33
34 =head1 SEE ALSO
35
36 =head2 Category Objects
37
38 L<SDL::Surface>, L<SDL::Overlay>, L<SDL::Color>,
39 L<SDL::Rect>, L<SDL::Palette>, L<SDL::PixelFormat>, 
40 L<SDL::VideoInfo>
41
42 =cut