X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=pages%2FSDL.html-inc;h=d8be4dca560c4eb2402fba0b7709fd862a4d6af7;hb=2d13cef7f6c61e09ecbc7f2e4b0cfd66c2078020;hp=530e24cffcd4fb0e04ac8c48774f7c4751c001be;hpb=449a007bd9879e7a37f21137c044f2af6f99f87c;p=sdlgit%2FSDL-Site.git diff --git a/pages/SDL.html-inc b/pages/SDL.html-inc index 530e24c..d8be4dc 100644 --- a/pages/SDL.html-inc +++ b/pages/SDL.html-inc @@ -2,7 +2,10 @@

Index

-

NAME

Top

-

SDL_perl - Simple DirectMedia Layer for Perl

+

SDL - Simple DirectMedia Layer for Perl

+ +
+

CATEGORY

+
+

Core

SYNOPSIS

Top

@@ -188,8 +197,8 @@ If 'flags' is 0 or SDL_INIT_EVERYTHING, it returns a mask of all initialized sub SDL::get_error, which returns a scalar containing the text of the message if any.

-

set_error(error) *need to be coded

-
+

set_error_real(error, @values)

+

SDL::get_error sets the SDL error to a printf style formatted string. it doesn't returns any values.

@@ -246,8 +255,8 @@ which are equivalent to SDL_Error(SDL_ENOMEM) and SDL_Error(SDL_UNSUPPORTED) res
-

clear_error() * need to be coded

-
+

clear_error()

+

SDL::clear_error deletes all information about the last internal SDL error. Useful if the error has been handled by the program. it doesn't returns any value.

@@ -298,6 +307,12 @@ than the specified depending on the underlying OS.

+
+

AUTHORS

Top

+
+

magnet, kthakore

+ +