X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=lib%2FSDL.pm;h=360a108ab9e52aaadd63f9386f07ee8fecf67c66;hb=71c323f9f6f8b9235d34476910dd7648da48a9d1;hp=80e34d2194a20ffe10952da0983a9969da6fd0de;hpb=c4191b5a6871049d653b851203f3f49574ec02e7;p=sdlgit%2FSDL_perl.git diff --git a/lib/SDL.pm b/lib/SDL.pm index 80e34d2..360a108 100644 --- a/lib/SDL.pm +++ b/lib/SDL.pm @@ -118,6 +118,9 @@ per class basis. Nick: nferraz Name: Nelson Ferraz + Nice: acme + Name: Leon Brocard + =head2 Maintainance Nick: kthakore @@ -148,30 +151,30 @@ Use the SDLPerl executable made in the bundle and call your scripts As with the C language API, SDL_perl initializes the SDL environment through the C subroutine. This routine takes a mode flag constructed through -the bitwise OR product of the following functions: +the bitwise OR product of the following constants: =over 4 =item * -INIT_AUDIO() +INIT_AUDIO =item * -INIT_VIDEO() +INIT_VIDEO =item * -INIT_CDROM() +INIT_CDROM =item * -INIT_EVERYTHING() +INIT_EVERYTHING =item * -INIT_NOPARACHUTE() +INIT_NOPARACHUTE =item * -INIT_JOYSTICK() +INIT_JOYSTICK =item * -INIT_TIMER() +INIT_TIMER =back