X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=htdocs%2Fassets%2FSDL-Timer.html-inc;fp=htdocs%2Fassets%2FSDL-Timer.html-inc;h=0000000000000000000000000000000000000000;hb=26efac5f5d9248a3074667d4a33d01ee0b7092c8;hp=aa2b5ad6dcaac3d0aa4d89eda7752a358ee34bfe;hpb=3b2b2b29d49f57274246f49728b4a16b2b56a626;p=sdlgit%2FSDL-Site.git diff --git a/htdocs/assets/SDL-Timer.html-inc b/htdocs/assets/SDL-Timer.html-inc deleted file mode 100644 index aa2b5ad..0000000 --- a/htdocs/assets/SDL-Timer.html-inc +++ /dev/null @@ -1,49 +0,0 @@ -
- -

Index

- -
- - - - - - -

NAME

Top

-
-

SDL::Timer - a SDL perl extension to handle timers

- -
-

SYNOPSIS

Top

-
-
  $timer = new SDL::Timer { print "tick"; 4000; } -delay => 4000;
-
-
- -
-

DESCRIPTION

Top

-
-

SDL::Timer provides an abstract interface to the SDL::Timer -callback code. SDL::Timer::new requires a subroutine and a delay -at which is the initial interval between the creation of the -timer until the first call to the subroutine. The subroutine -must return a value which is the delay until the it is called again.

- -
-

AUTHOR

Top

-
-

David J. Goehrig

- -
-

SEE ALSO

Top

-
-

perl SDL

- -
-
\ No newline at end of file