From: Tobias Leich Date: Thu, 26 Aug 2010 12:28:59 +0000 (+0200) Subject: updated docs X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?p=sdlgit%2FSDL-Site.git;a=commitdiff_plain;h=d5943b684b1240307fbf0a103abbf18dd93998f4;hp=269d57b686ede25008bbab8589d7ec4d507b7b95 updated docs --- diff --git a/pages/SDL-Audio.html-inc b/pages/SDL-Audio.html-inc index 4a74324..b8c5b8f 100644 --- a/pages/SDL-Audio.html-inc +++ b/pages/SDL-Audio.html-inc @@ -15,10 +15,11 @@
  • mix
  • lock
  • unlock
  • -
  • close -
  • +
  • close
  • +
  • AUTHORS +

  • @@ -326,4 +327,9 @@ function is not running. Do not call this from the callback function or you will

    Shuts down audio processing and closes the audio device.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-AudioCVT.html-inc b/pages/SDL-AudioCVT.html-inc index 5ac43ae..df23396 100644 --- a/pages/SDL-AudioCVT.html-inc +++ b/pages/SDL-AudioCVT.html-inc @@ -19,7 +19,7 @@
  • len_ratio
  • -
  • AUTHOR +
  • AUTHORS

  • @@ -108,9 +108,9 @@ see SDL::AudioSpec.

    Final audio size is len*len_ratio

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-AudioSpec.html-inc b/pages/SDL-AudioSpec.html-inc index ca1efb1..89ddad0 100644 --- a/pages/SDL-AudioSpec.html-inc +++ b/pages/SDL-AudioSpec.html-inc @@ -11,10 +11,11 @@
  • format
  • channels
  • samples
  • -
  • callback -
  • +
  • callback
  • +
  • AUTHORS +

  • @@ -124,4 +125,13 @@ set to 4096.

    To be documented.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + + + +
    \ No newline at end of file diff --git a/pages/SDL-CD.html-inc b/pages/SDL-CD.html-inc index 370e1e1..b44c285 100644 --- a/pages/SDL-CD.html-inc +++ b/pages/SDL-CD.html-inc @@ -23,7 +23,8 @@
  • MSF_TO_FRAMES
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -226,4 +227,9 @@ beginning of the last track ($start_track+$ntracks), at which to end playing.

    SDL::CDROM, SDL::CDTrack

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-CDROM.html-inc b/pages/SDL-CDROM.html-inc index defcf1c..5e4527d 100644 --- a/pages/SDL-CDROM.html-inc +++ b/pages/SDL-CDROM.html-inc @@ -10,7 +10,8 @@
  • name
  • -
  • See Also +
  • See Also
  • +
  • AUTHORS

  • @@ -73,4 +74,9 @@

    SDL::CD, SDL::CDTrack

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-CDTrack.html-inc b/pages/SDL-CDTrack.html-inc index e33fcb7..87cd3ec 100644 --- a/pages/SDL-CDTrack.html-inc +++ b/pages/SDL-CDTrack.html-inc @@ -13,7 +13,8 @@
  • offset
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -114,4 +115,9 @@

    SDL::CDROM, SDL::CD

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Color.html-inc b/pages/SDL-Color.html-inc index 63d3375..16932ed 100644 --- a/pages/SDL-Color.html-inc +++ b/pages/SDL-Color.html-inc @@ -15,7 +15,8 @@
  • b
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -96,4 +97,13 @@ if not, it returns the blue component of the color.

    SDL::Surface

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + + + +
    \ No newline at end of file diff --git a/pages/SDL-Cookbook-OpenGL.html-inc b/pages/SDL-Cookbook-OpenGL.html-inc index 1023dab..a0794df 100644 --- a/pages/SDL-Cookbook-OpenGL.html-inc +++ b/pages/SDL-Cookbook-OpenGL.html-inc @@ -8,7 +8,8 @@ -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -151,4 +152,13 @@

    perl SDLx::App OpenGL

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + + + +
    \ No newline at end of file diff --git a/pages/SDL-Cookbook-PDL.html-inc b/pages/SDL-Cookbook-PDL.html-inc index 17bb5a1..2436684 100644 --- a/pages/SDL-Cookbook-PDL.html-inc +++ b/pages/SDL-Cookbook-PDL.html-inc @@ -9,10 +9,11 @@
  • Creating a SDL Surface piddle
  • +
  • AUTHORS +

  • @@ -107,4 +108,13 @@ After that a simple update_rect will so your new surface on the screen.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + + + +
    \ No newline at end of file diff --git a/pages/SDL-Cookbook.html-inc b/pages/SDL-Cookbook.html-inc index 47415c0..a4896cd 100644 --- a/pages/SDL-Cookbook.html-inc +++ b/pages/SDL-Cookbook.html-inc @@ -6,10 +6,11 @@ +
  • AUTHORS +

  • @@ -39,4 +40,9 @@

    Sending textures to Perl OpenGL. SDL::Cookbook::POGL

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Cursor.html-inc b/pages/SDL-Cursor.html-inc index a29b3e6..ff7314f 100644 --- a/pages/SDL-Cursor.html-inc +++ b/pages/SDL-Cursor.html-inc @@ -10,7 +10,7 @@ -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -130,9 +130,13 @@ For example, if you wanted a 9 pixel crosshair you might do the following:

    The hotspot is offset by 4 pixels because a crosshair clicks from the center instead of the top left.

    -

    AUTHOR

    Top

    -
    -

    David J. Goehrig, Tobias Leich, Blaizer

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + +

    SEE ALSO

    Top

    diff --git a/pages/SDL-Deprecated.html-inc b/pages/SDL-Deprecated.html-inc index 47d9e0f..299caa2 100644 --- a/pages/SDL-Deprecated.html-inc +++ b/pages/SDL-Deprecated.html-inc @@ -6,10 +6,11 @@
  • CATEGORY
  • RELEASES
  • +
  • AUTHORS +

  • @@ -59,4 +60,9 @@
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Event.html-inc b/pages/SDL-Event.html-inc index c8fc0d7..24c7ecd 100644 --- a/pages/SDL-Event.html-inc +++ b/pages/SDL-Event.html-inc @@ -78,7 +78,7 @@
  • Quit event
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -552,8 +552,9 @@ screen updates will still report success even though the application will no lon

    Note: The macro SDL_QuitRequested will return non-zero if a quit event is pending

    -

    AUTHOR

    Top

    -
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDL-Events.html-inc b/pages/SDL-Events.html-inc index 74e0c41..dcfc02a 100644 --- a/pages/SDL-Events.html-inc +++ b/pages/SDL-Events.html-inc @@ -49,7 +49,8 @@
  • joystick_event_state
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -605,8 +606,12 @@ The event is copied into the queue, and the caller may dispose of the memory poi

    SEE ALSO

    Top

    -

    SDL::Event, SDL::Video -

    +

    SDL::Event, SDL::Video

    + +
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-GFX-BlitFunc.html-inc b/pages/SDL-GFX-BlitFunc.html-inc index 607d485..fe5e2fd 100644 --- a/pages/SDL-GFX-BlitFunc.html-inc +++ b/pages/SDL-GFX-BlitFunc.html-inc @@ -4,7 +4,8 @@
    @@ -23,4 +24,9 @@
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-GFX-FPSManager.html-inc b/pages/SDL-GFX-FPSManager.html-inc index 99b212d..2d38964 100644 --- a/pages/SDL-GFX-FPSManager.html-inc +++ b/pages/SDL-GFX-FPSManager.html-inc @@ -9,10 +9,11 @@
  • framecount
  • rateticks
  • lastticks
  • -
  • rate -
  • +
  • rate
  • +
  • AUTHORS +

  • @@ -74,4 +75,9 @@

    Returns the rate.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-GFX-Framerate.html-inc b/pages/SDL-GFX-Framerate.html-inc index 59730a1..4bbf62f 100644 --- a/pages/SDL-GFX-Framerate.html-inc +++ b/pages/SDL-GFX-Framerate.html-inc @@ -9,10 +9,11 @@ +
  • AUTHORS +

  • @@ -73,9 +74,10 @@

    Generate a delay to accomodate currently set framerate. Call once in thegraphics/rendering loop. If the computer cannot keep up with the rate (i.e.drawing too slow), the delay is zero and the delay interpolation is reset.

    - - - + +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-GFX-ImageFilter.html-inc b/pages/SDL-GFX-ImageFilter.html-inc index b52c043..d8ae3b1 100644 --- a/pages/SDL-GFX-ImageFilter.html-inc +++ b/pages/SDL-GFX-ImageFilter.html-inc @@ -46,10 +46,11 @@
  • sobel_x
  • sobel_x_shift_right
  • align_stack
  • -
  • restore_stack -
  • +
  • restore_stack
  • +
  • AUTHORS +

  • @@ -643,8 +644,16 @@ gfx_image_align_stack()

    void gfx_image_restore_stack() CODE: - SDL_imageFilterRestoreStack(); -

    + SDL_imageFilterRestoreStack();

    + + + + + + +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-GFX-Primitives.html-inc b/pages/SDL-GFX-Primitives.html-inc index bee6fd4..85f3ed1 100644 --- a/pages/SDL-GFX-Primitives.html-inc +++ b/pages/SDL-GFX-Primitives.html-inc @@ -338,8 +338,7 @@ obtained by SDL::Video::set_video_mode<

    AUTHORS

    Top

    -

    Tobias Leich [FROGGS] -

    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-GFX-Rotozoom.html-inc b/pages/SDL-GFX-Rotozoom.html-inc index 7c04f1b..50d9c4d 100644 --- a/pages/SDL-GFX-Rotozoom.html-inc +++ b/pages/SDL-GFX-Rotozoom.html-inc @@ -13,10 +13,11 @@
  • zoom_surface
  • zoom_surface_size
  • shrink_surface
  • -
  • rotate_surface_90_degrees -
  • +
  • rotate_surface_90_degrees
  • +
  • AUTHORS +

  • @@ -186,8 +187,16 @@ OUTPUT: RETVAL - +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + + + + + +
    \ No newline at end of file diff --git a/pages/SDL-Image.html-inc b/pages/SDL-Image.html-inc index 8faed1e..6190dcd 100644 --- a/pages/SDL-Image.html-inc +++ b/pages/SDL-Image.html-inc @@ -53,7 +53,8 @@
  • get_error
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -452,4 +453,9 @@ Note: this function does not always set the error string, so do not depend on SD

    SDL, SDL::Surface, SDL::Video, SDL::RWOps

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Joystick.html-inc b/pages/SDL-Joystick.html-inc index deb97b7..14dd677 100644 --- a/pages/SDL-Joystick.html-inc +++ b/pages/SDL-Joystick.html-inc @@ -20,10 +20,11 @@
  • get_hat
  • get_button
  • get_ball
  • -
  • close -
  • +
  • close
  • +
  • AUTHORS +

  • @@ -271,4 +272,9 @@ it may be necessary to impose certain tolerances on these values to account for +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-Channels.html-inc b/pages/SDL-Mixer-Channels.html-inc index 0c8a0ff..852f8cf 100644 --- a/pages/SDL-Mixer-Channels.html-inc +++ b/pages/SDL-Mixer-Channels.html-inc @@ -21,10 +21,11 @@
  • playing
  • paused
  • fading_channel
  • -
  • get_chunk -
  • +
  • get_chunk
  • +
  • AUTHORS +

  • @@ -232,4 +233,9 @@ the audio callback, or SDL_mixer will explicitly lock the audio before calling y

    Note: Never pass -1 to this function!

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-Effects.html-inc b/pages/SDL-Mixer-Effects.html-inc index 1444dc3..ba2e9c2 100644 --- a/pages/SDL-Mixer-Effects.html-inc +++ b/pages/SDL-Mixer-Effects.html-inc @@ -12,10 +12,11 @@
  • set_distance
  • set_panning
  • set_position
  • -
  • set_reverse_stereo -
  • +
  • set_reverse_stereo
  • +
  • AUTHORS +

  • @@ -191,4 +192,9 @@ unless you use SDL::Mixer::Effe SDL::Mixer::Effects::register on the channel.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-Groups.html-inc b/pages/SDL-Mixer-Groups.html-inc index 6258735..f35aaf9 100644 --- a/pages/SDL-Mixer-Groups.html-inc +++ b/pages/SDL-Mixer-Groups.html-inc @@ -13,10 +13,11 @@
  • group_oldest
  • group_newer
  • fade_out_group
  • -
  • halt_group -
  • +
  • halt_group
  • +
  • AUTHORS +

  • @@ -123,4 +124,9 @@ previously allocated (see S

    Retuns 0.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-MixChunk.html-inc b/pages/SDL-Mixer-MixChunk.html-inc index 3bb78d6..4e34915 100644 --- a/pages/SDL-Mixer-MixChunk.html-inc +++ b/pages/SDL-Mixer-MixChunk.html-inc @@ -8,10 +8,11 @@
  • DESCRIPTION
  • METHODS
  • +
  • AUTHORS +

  • @@ -58,4 +59,9 @@

    Per-sample volume, 0-128 (normally MIX_MAX_VOLUME after loading)

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-MixMusic.html-inc b/pages/SDL-Mixer-MixMusic.html-inc index 47b9eb4..1fe1b44 100644 --- a/pages/SDL-Mixer-MixMusic.html-inc +++ b/pages/SDL-Mixer-MixMusic.html-inc @@ -4,7 +4,8 @@
    @@ -24,4 +25,9 @@

    This structure is not directly usable. SDL Perl bindings handle the construction and destruction for you.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mixer-Music.html-inc b/pages/SDL-Mixer-Music.html-inc index f6550f1..4fa2a72 100644 --- a/pages/SDL-Mixer-Music.html-inc +++ b/pages/SDL-Mixer-Music.html-inc @@ -23,7 +23,7 @@
  • playing_music
  • -
  • AUTHOR +
  • AUTHORS

  • @@ -265,9 +265,9 @@ Does not go in reverse... negative values do nothing.

    Returns 1 if the music is playing sound, otherwise 0. It does'nt check if the music is paused.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-Mixer-Samples.html-inc b/pages/SDL-Mixer-Samples.html-inc index 8fc477c..673288a 100644 --- a/pages/SDL-Mixer-Samples.html-inc +++ b/pages/SDL-Mixer-Samples.html-inc @@ -14,7 +14,7 @@
  • volume_chunk
  • -
  • AUTHOR +
  • AUTHORS

  • @@ -110,9 +110,9 @@ free the source memory after loading is complete or not.

    If you pass -1 as $new_volume you just get its volume without changing it.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-Mixer.html-inc b/pages/SDL-Mixer.html-inc index 68bd8f0..43e150a 100644 --- a/pages/SDL-Mixer.html-inc +++ b/pages/SDL-Mixer.html-inc @@ -15,8 +15,8 @@
  • query_spec
  • -
  • AUTHORS
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -214,14 +214,14 @@ This function returns 1 as first array element (status) if the audio has been op -

    AUTHORS

    Top

    -
    -

    Tobias Leich [FROGGS]

    - -

    SEE ALSO

    Top

    perl, SDL::Mixer::Channels, SDL::Mixer::Effects, SDL::Mixer::Groups, SDL::Mixer::Music.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Mouse.html-inc b/pages/SDL-Mouse.html-inc index afc11ef..b0d79eb 100644 --- a/pages/SDL-Mouse.html-inc +++ b/pages/SDL-Mouse.html-inc @@ -12,7 +12,8 @@
  • show_cursor
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • Mouse.png
    @@ -102,4 +103,9 @@ The current state of the mouse cursor can be queried by passing SDL_QUERY<

    SDL::Cursor

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-MultiThread.html-inc b/pages/SDL-MultiThread.html-inc index 3505b25..bf5aac7 100644 --- a/pages/SDL-MultiThread.html-inc +++ b/pages/SDL-MultiThread.html-inc @@ -6,7 +6,8 @@ -
  • SYNOPSIS +
  • SYNOPSIS
  • +
  • AUTHORS

  • @@ -25,9 +26,10 @@

    This module is not an object.

    - - - +
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-Overlay.html-inc b/pages/SDL-Overlay.html-inc index c8e66be..4d4f2f5 100644 --- a/pages/SDL-Overlay.html-inc +++ b/pages/SDL-Overlay.html-inc @@ -18,10 +18,11 @@
  • planes
  • pitches
  • pixels
  • -
  • hw_overlay -
  • +
  • hw_overlay
  • +
  • AUTHORS +

  • @@ -128,9 +129,10 @@ SDL_YVYU_OVERLAY 0x55595659 /* Packed mode: Y0+V0+Y1+U0 */

    This will be set to 1 if the overlay is hardware accelerated.

    - - - +
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/SDL-Palette.html-inc b/pages/SDL-Palette.html-inc index a420ef1..f0fc7c9 100644 --- a/pages/SDL-Palette.html-inc +++ b/pages/SDL-Palette.html-inc @@ -11,7 +11,8 @@
  • color_index ( index )
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -57,4 +58,9 @@ values of a SDL::Surface's palette can be set with the SDL::V

    SDL::Color SDL::Surface

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Pango-Context.html-inc b/pages/SDL-Pango-Context.html-inc index 06127f5..db375a4 100644 --- a/pages/SDL-Pango-Context.html-inc +++ b/pages/SDL-Pango-Context.html-inc @@ -8,7 +8,7 @@ -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -36,9 +36,9 @@

    Creates a new SDL::Pango context object. See SDL::Pango.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDL-Pango.html-inc b/pages/SDL-Pango.html-inc index 54b8861..0aaf1be 100644 --- a/pages/SDL-Pango.html-inc +++ b/pages/SDL-Pango.html-inc @@ -23,7 +23,7 @@
  • create_surface_draw
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -273,9 +273,9 @@ background.

    Creates a new surface and draws the text/markup. You can specify the attributes of the surfaces using SDL::Pango::set_surface_create_args.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDL-PixelFormat.html-inc b/pages/SDL-PixelFormat.html-inc index 1e61b9f..55cfb88 100644 --- a/pages/SDL-PixelFormat.html-inc +++ b/pages/SDL-PixelFormat.html-inc @@ -19,7 +19,8 @@
  • alpha
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -145,4 +146,9 @@

    SDL::Surface

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-RWOps.html-inc b/pages/SDL-RWOps.html-inc index b60eec1..8c9447e 100644 --- a/pages/SDL-RWOps.html-inc +++ b/pages/SDL-RWOps.html-inc @@ -16,10 +16,11 @@
  • rw_tell(ctx)
  • rw_read(ctx,ptr,size,n)
  • rw_write(ctx,ptr,size,n)
  • -
  • rw_close(ctx) -
  • +
  • rw_close(ctx)
  • +
  • AUTHORS +

  • @@ -200,8 +201,10 @@ If it couldn't write that exact number of blocks, or the write didn't work at al

    SDL::rw_close calls the close function in an SDL::RWOps structure. It only takes one parameter, an SDL::RWOps structure. Returns 0 on success, -1 on error.

    - - + +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    diff --git a/pages/SDL-Rect.html-inc b/pages/SDL-Rect.html-inc index d425df0..1a98ec3 100644 --- a/pages/SDL-Rect.html-inc +++ b/pages/SDL-Rect.html-inc @@ -16,7 +16,8 @@
  • h
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -107,4 +108,9 @@ if not, it returns the h component of the rectangle.

    SDL::Surface

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Surface.html-inc b/pages/SDL-Surface.html-inc index 6fe35f3..8cd7397 100644 --- a/pages/SDL-Surface.html-inc +++ b/pages/SDL-Surface.html-inc @@ -22,7 +22,8 @@
  • get_pixels_ptr
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -186,4 +187,9 @@ The pixel value must fit the pixel format of the surface.

    SDL, SDL::PixelFormat, SDL::Video, SDL::Rect

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-TTF-Font.html-inc b/pages/SDL-TTF-Font.html-inc index ed5eccc..c36da90 100644 --- a/pages/SDL-TTF-Font.html-inc +++ b/pages/SDL-TTF-Font.html-inc @@ -6,7 +6,7 @@
  • CATEGORY
  • METHODS
  • CONSTRUCTOR
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -44,9 +44,9 @@ You can specify the face index of a font file containing multiple faces.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDL-TTF.html-inc b/pages/SDL-TTF.html-inc index 29189a2..cff5ad1 100644 --- a/pages/SDL-TTF.html-inc +++ b/pages/SDL-TTF.html-inc @@ -93,7 +93,7 @@ -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -792,9 +792,9 @@ your display-surface.

    Note: The unicode char has to be passed exactly like for SDL::TTF::size_unicode.

    -

    AUTHOR

    Top

    -
    -

    Tobias Leich [FROGGS]

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDL-Time.html-inc b/pages/SDL-Time.html-inc index 4fc5489..c31a184 100644 --- a/pages/SDL-Time.html-inc +++ b/pages/SDL-Time.html-inc @@ -7,10 +7,11 @@
  • SYNOPSIS
  • METHODS
  • +
  • AUTHORS +

  • @@ -85,4 +86,9 @@ This ID is the return value of the SDL::Time::add_timer function.SDL::Time::remove_timer returns 0 on success or -1 on error.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Tutorial-Animation.html-inc b/pages/SDL-Tutorial-Animation.html-inc index 66647e9..2f15476 100644 --- a/pages/SDL-Tutorial-Animation.html-inc +++ b/pages/SDL-Tutorial-Animation.html-inc @@ -192,8 +192,8 @@ them soon.

    AUTHOR

    Top

    chromatic, <chromatic@wgz.org>

    -

    updated by kthakore, <kthakore@cpan.org>

    -

    Written for and maintained by the Perl SDL project, http://sdl.perl.org/.

    +

    Written for and maintained by the Perl SDL project, http://sdl.perl.org/. +See AUTHORS in SDL.

    BUGS

    Top

    diff --git a/pages/SDL-Tutorial-LunarLander.html-inc b/pages/SDL-Tutorial-LunarLander.html-inc index 182132c..5904c46 100644 --- a/pages/SDL-Tutorial-LunarLander.html-inc +++ b/pages/SDL-Tutorial-LunarLander.html-inc @@ -432,6 +432,7 @@ of the moon.

    COPYRIGHT & LICENSE

    Top

    -

    AUTHOR

    Top

    -
    +

    AUTHORS

    Top

    +

    chromatic, <chromatic@wgz.org>.

    -

    nelson ferraz, <nferraz@cpan.org>.

    -

    Updated by kthakore and garu.

    -

    Written for and maintained by the Perl SDL project, http://sdl.perl.org/.

    +

    Written for and maintained by the Perl SDL project, http://sdl.perl.org/. See AUTHORS in SDL for details.

    COPYRIGHT

    Top

    diff --git a/pages/SDL-Version.html-inc b/pages/SDL-Version.html-inc index 512c582..ca11ce3 100644 --- a/pages/SDL-Version.html-inc +++ b/pages/SDL-Version.html-inc @@ -9,10 +9,11 @@
  • METHODS
  • +
  • AUTHORS +

  • @@ -71,4 +72,9 @@ The SDL_Perl version is in $SDL::VERSION.

    Returns the patch version number.

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL-Video.html-inc b/pages/SDL-Video.html-inc index 7151631..0bddd09 100644 --- a/pages/SDL-Video.html-inc +++ b/pages/SDL-Video.html-inc @@ -76,7 +76,7 @@
  • wm_toggle_fullscreen
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO
    • Category Objects
    • @@ -1441,9 +1441,9 @@ the application will receive a SDL_APPACTIVE loss event (see Applic is experimental).

      -

      AUTHOR

      Top

      -
      -

      magnet, Tobias Leich (FROGGS)

      +

      AUTHORS

      Top

      +
      +

      See AUTHORS in SDL.

      SEE ALSO

      Top

      diff --git a/pages/SDL-VideoInfo.html-inc b/pages/SDL-VideoInfo.html-inc index c8ba508..0e52a46 100644 --- a/pages/SDL-VideoInfo.html-inc +++ b/pages/SDL-VideoInfo.html-inc @@ -23,7 +23,8 @@
    • current_w, current_h
  • -
  • SEE ALSO +
  • SEE ALSO
  • +
  • AUTHORS

  • @@ -171,4 +172,9 @@

    SDL::Video, SDL::PixelFormat

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +
    \ No newline at end of file diff --git a/pages/SDL.html-inc b/pages/SDL.html-inc index ee6419f..865ff4e 100644 --- a/pages/SDL.html-inc +++ b/pages/SDL.html-inc @@ -22,7 +22,14 @@
  • delay
  • -
  • AUTHOR +
  • AUTHORS + +
  • +
  • COPYRIGHT & LICENSE
  • +
  • DISCLAIMER OF WARRANTY

  • @@ -212,9 +219,91 @@ The actual delay may be longer than specified depending on the underlying OS.

    -

    AUTHOR

    Top

    -
    -

    magnet, kthakore, Blaizer

    +

    AUTHORS

    Top

    +
    + +
    +

    Project Founder

    +
    +

    David J. Goehrig

    + +
    +

    Current Maintainers

    +
    +

    Kartik Thakore (kthakore)

    +

    Tobias Leich (FROGGS)

    + +
    +

    Core Developers and Contributors

    +
    +

    The following people have dedicated blood sweat and tears to making SDL Perl possible.

    +

    See the impact graph on our github repository.

    +

    Andy Bakun <sdlperl@thwartedefforts.org>

    +

    Benedikt Meurer <bmeurer@fwdn.de>

    +

    Blaise Roth (Blaizer) <blaiseroth@gmail.com>

    +

    Breno G. de Oliveira (garu)

    +

    Brian Cassidy (bricas)

    +

    chromatic <chromatic@wgz.org>

    +

    Daniel Mantovani <daniel.oliveira.mantovani@gmail.com>

    +

    Daniel Ruoso http://daniel.ruoso.com/

    +

    David J. Goehrig <dgoehrig@cpan.org>

    +

    Dustin Mays (dorkfish) <dork.fish.wat.@gmail.com>

    +

    Fedora

    +

    Gabor Szabo (szabgab) <szabgab@gmail.com>

    +

    Guillaue Cottenceau (gc) <gc@mandrakesoft.com>

    +

    James King

    +

    James Wright <jwright@cpan.org>

    +

    Jeffrey T. Palmer (jtpalmer) <jeffrey.t.palmer@gmail.com>

    +

    Kartik Thakore (kthakore) <thakore.kartik@gmail.com>

    +

    KatrinaTheLamia

    +

    kmx <kmx@cpan.org>

    +

    Luke

    +

    Michael Lamertz <mike@perl-ronin.de>

    +

    morgoth.666

    +

    Peter BARABAS <z0d@artifact.hu>

    +

    Russell Valentine <russ_allegro@yahoo.com>

    +

    Ryan Hanlon

    +

    Stephane Desneux <sdx@desneux.com>

    +

    Tels <http://www.bloodgate.com>

    +

    Thomas Tongue

    +

    Tobias Leich (FROGGS)

    +

    Tony C

    +

    Yuval Kogman (nothingmuch)

    +

    Wayne Keenan <wayne@metaverse.fsnet.co.uk>

    +

    If you would like to contribute to SDL Perl, please post a message on the mailing list:

    +

    sdl-devel@perl.org

    +

    And request access to the github repository. Or drop us a line on #sdl over at irc.perl.org

    + +
    +

    COPYRIGHT & LICENSE

    Top

    + +

    DISCLAIMER OF WARRANTY

    Top

    +
    +

    BECAUSE THIS SOFTWARE IS LICENSED FREE OF CHARGE, THERE IS NO WARRANTY +FOR THE SOFTWARE, TO THE EXTENT PERMITTED BY APPLICABLE LAW. EXCEPT WHEN +OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR OTHER PARTIES +PROVIDE THE SOFTWARE "AS IS" WITHOUT WARRANTY OF ANY KIND, EITHER +EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED +WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE. THE +ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE SOFTWARE IS WITH +YOU. SHOULD THE SOFTWARE PROVE DEFECTIVE, YOU ASSUME THE COST OF ALL +NECESSARY SERVICING, REPAIR, OR CORRECTION.

    +

    IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING +WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY AND/OR +REDISTRIBUTE THE SOFTWARE AS PERMITTED BY THE ABOVE LICENCE, BE +LIABLE TO YOU FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL, +OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE +THE SOFTWARE (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING +RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A +FAILURE OF THE SOFTWARE TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF +SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF +SUCH DAMAGES. +

    \ No newline at end of file diff --git a/pages/SDLx-App.html-inc b/pages/SDLx-App.html-inc index 72ae752..ca61336 100644 --- a/pages/SDLx-App.html-inc +++ b/pages/SDLx-App.html-inc @@ -24,7 +24,7 @@
  • attribute( $attr, $value )
  • -
  • AUTHOR
  • +
  • AUTHORS
  • SEE ALSO

  • @@ -87,14 +87,22 @@ manager oriented functions.

    and initializes some of the window manager properties. SDLx::App::new takes a series of named parameters:

    -
    * title
    -
    * icon_title
    -
    * icon
    -
    * width
    -
    * height
    -
    * depth
    -
    * flags
    -
    * resizeable
    +
    * title +the window title. Defaults to the file name. Shorter alias: 't'
    +
    * icon_title +the icon title. Defaults to file name. Shortcut: 'it'
    +
    * icon +the icon itself. Defaults to none. Shortcut: 'i'
    +
    * width +Window width, in pixels. Defaults to 800. Shortcut: 'w'
    +
    * height +Window height, in pixels. Defaults to 600. Shortcut: 'h'
    +
    * depth +Screen depth. Defaults to 16. Shortcut: 'd'.
    +
    * flags +Any flags you want to pass to SDL::Video upon initialization. Defaults to SDL_ANYFORMAT. Flags should be or'ed together if you're passing more than one (flags => FOO|BAR). Shortcut: 'f'.
    +
    * resizeable +Set this to a true value to make the window resizeable by the user. Default is off.
    @@ -204,10 +212,9 @@ in addition to the attribute selector, the value will be set. SDL:::App::a always returns the current value of the given attribute, or croaks on failure.

    -

    AUTHOR

    Top

    -
    -

    David J. Goehrig -Kartik Thakore

    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDLx-Controller.html-inc b/pages/SDLx-Controller.html-inc index 2fb7f70..ecfccd0 100644 --- a/pages/SDLx-Controller.html-inc +++ b/pages/SDLx-Controller.html-inc @@ -189,15 +189,10 @@ The first coderef in the handler list that this matches will be removed.

    Quick access to removing all handlers at once.

    - - - -

    AUTHORS

    Top

    -

    Kartik Thakore

    -

    Breno G. de Oliveira

    +

    See AUTHORS in SDL.

    ACKNOWLEGDEMENTS

    diff --git a/pages/SDLx-Layer.html-inc b/pages/SDLx-Layer.html-inc index 556b041..bdfbd1e 100644 --- a/pages/SDLx-Layer.html-inc +++ b/pages/SDLx-Layer.html-inc @@ -26,7 +26,7 @@
  • BUGS
  • SUPPORT
  • -
  • AUTHOR
  • +
  • AUTHORS
  • COPYRIGHT
  • SEE ALSO
  • @@ -133,15 +133,9 @@

    #sdl irc.perl.org

    -

    AUTHOR

    Top

    -
    -
        Tobias Leich
    -    CPAN ID: FROGGS
    -    ---
    -    froggs@cpan.org
    -    http://sdl.perl.org
    -
    -
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    COPYRIGHT

    Top

    diff --git a/pages/SDLx-LayerManager.html-inc b/pages/SDLx-LayerManager.html-inc index 5429bca..4aed8af 100644 --- a/pages/SDLx-LayerManager.html-inc +++ b/pages/SDLx-LayerManager.html-inc @@ -24,7 +24,7 @@
  • BUGS
  • SUPPORT
  • -
  • AUTHOR
  • +
  • AUTHORS
  • COPYRIGHT
  • SEE ALSO
  • @@ -71,7 +71,9 @@

    DESCRIPTION

    Top

    -

    The LayerManager ...

    +

    SDLx::LayerManager is a package to handle a bunch of layers. A layer (see SDLx::Layer) is an SDL::Surface, the position of the surface on screen and some additional information.

    +

    The layermanager gives you the opportunity to obtain the layer at a given point on screen and get the layers that are ahead or behind a layer.

    +

    You will even be able to attach one or more layers to the mouse, e.g. for simulation some drag&drop functionality.

    METHODS

    Top

    @@ -80,26 +82,52 @@

    new

    +
      my $layermanager = SDLx::LayerManager->new();
    +
    +
    +

    This creates your layermanager object. It doesn't take any parameters.

    add

    +
      $layermanager->add( $layer );
    +  $layermanager->add( SDLx::Layer->new( $surface, $x, $y, $options ) );
    +
    +
    +

    Call add to push an SDLx::Layer object to the layermanager.

    layers

    +
      my @layers = @{ $layermanager->layers };
    +  my $first_layer = $layermanager->layers->[0];
    +
    +
    +

    The method layers returns all layers that were added before.

    layer

    +
      my $layer = $layermanager->layer( $index );
    +
    +
    +

    To obtain only one layer at index $index use this function. $index ranges from 0 to lenght - 1.

    length

    +
      my $length = $layermanager->length();
    +
    +
    +

    This method returns the count of the added layers.

    blit

    +
      $layermanager->blit( $surface );
    +
    +
    +

    This method blits all layers to the surface (e.g. your video surface).

    by_position

    @@ -107,14 +135,27 @@
      my $layer = $layermanager->by_position( $x, $y );
     
     
    +

    by_position returns the SDLx::Layer object at point $x $y, which is not fully transparent at this pixel.

    ahead

    +
      my @layers = @{ $layermanager->ahead( $index ) };
    +
    +
    +

    This method returns all layers that are ahead of the given layer indicated by $index. +Ahead means that a layer has a higher z-index and is blitted over the given layer.

    +

    Note: This method doesn't check for transparency. This will change in future versions.

    behind

    +
      my @layers = @{ $layermanager->behind( $index ) };
    +
    +
    +

    This method returns all layers that are behind of the given layer indicated by $index. +Behind means that a layer has a lower z-index and is blitted before the given layer.

    +

    Note: This method doesn't check for transparency. This will change in future versions.

    attach

    @@ -143,15 +184,9 @@

    #sdl irc.perl.org

    -

    AUTHOR

    Top

    -
    -
        Tobias Leich
    -    CPAN ID: FROGGS
    -    ---
    -    froggs@cpan.org
    -    http://sdl.perl.org
    -
    -
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    COPYRIGHT

    Top

    diff --git a/pages/SDLx-Rect.html-inc b/pages/SDLx-Rect.html-inc index e3bedfa..4bee345 100644 --- a/pages/SDLx-Rect.html-inc +++ b/pages/SDLx-Rect.html-inc @@ -37,9 +37,9 @@ -
  • AUTHOR
  • BUGS
  • SUPPORT
  • +
  • AUTHORS
  • ACKNOWLEDGEMENTS
  • COPYRIGHT & LICENSE
  • SEE ALSO @@ -266,11 +266,6 @@
  • -

    AUTHOR

    Top

    -
    -

    Breno G. de Oliveira, <garu at cpan.org>

    - -

    BUGS

    Top

    Please report any bugs or feature requests to the bug tracker. I will be notified, and then you'll automatically be notified of progress on your bug as we make changes.

    @@ -285,20 +280,21 @@

    You can find documentation for this module with the perldoc command.

        perldoc SDLx::Rect
     
    -
    -
    -
     
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    + +

    ACKNOWLEDGEMENTS

    Top

    -

    Many thanks to all SDL_Perl contributors, and to the authors of pygame.rect, in which this particular module is heavily based.

    +

    Many thanks to the authors of pygame.rect, in which this particular module is heavily based.

    COPYRIGHT & LICENSE

    Top

    -

    AUTHOR

    Top

    -
    -
        Kartik Thakore
    -    CPAN ID: KTHAKORE
    -    ---
    -    kthakore@cpan.org
    -    http://sdl.perl.org
    -
    -
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    COPYRIGHT

    Top

    diff --git a/pages/SDLx-Sprite-Animated.html-inc b/pages/SDLx-Sprite-Animated.html-inc index 1cb7575..5ad93de 100644 --- a/pages/SDLx-Sprite-Animated.html-inc +++ b/pages/SDLx-Sprite-Animated.html-inc @@ -337,18 +337,12 @@ automatically for you every time ->draw() is called

    If you want to restart autoplay from the initial frame, just do:

      $sprite->reset->start;
     
    -
    -
    -
     

    AUTHORS

    Top

    -

    Jeffrey T. Palmer <jeffrey.t.palmer at gmail.com>

    -

    Dustin Mays, <dork.fish.wat@gmail.com>

    -

    Breno G. de Oliveira, <garu at cpan.org>

    -

    Kartik thakore <kthakore at cpan.org>

    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDLx-Sprite.html-inc b/pages/SDLx-Sprite.html-inc index 9f50564..6751c8b 100644 --- a/pages/SDLx-Sprite.html-inc +++ b/pages/SDLx-Sprite.html-inc @@ -185,14 +185,14 @@ be used together with 'rect' (see above).

    * draw_xy => $surface, $x, $y
    -

    A shortcut to draw at coordinates quickly. Calles x() , y() and draw()

    +

    A shortcut to draw at coordinates quickly. Calls x() , y() and draw()

    * rotation => $degrees, [$smooth]

    Uses $degrees as the angle to rotate the surface to, in degrees (0..360, remember? :). This option is only available if your compiled SDL library has support for GFX (see Alien::SDL for details).

    -

    if $smooth is set the spirte is antialiased. This may mess with your alpha_key.

    +

    if $smooth is set the sprite is antialiased. This may mess with your alpha_key.

    * alpha_key => SDL::Color
    @@ -329,9 +329,7 @@ destination rect (position) from rect().

    AUTHORS

    Top

    -

    Dustin Mays, <dork.fish.wat@gmail.com>

    -

    Breno G. de Oliveira, <garu at cpan.org>

    -

    Kartik thakore <kthakore at cpan.org>

    +

    See AUTHORS in SDL.

    SEE ALSO

    Top

    diff --git a/pages/SDLx-Surface.html-inc b/pages/SDLx-Surface.html-inc index 9a7db49..7dea9f4 100644 --- a/pages/SDLx-Surface.html-inc +++ b/pages/SDLx-Surface.html-inc @@ -29,7 +29,7 @@
  • draw_gfx_text
  • -
  • AUTHOR +
  • AUTHORS

  • @@ -247,11 +247,9 @@ This is useful when the surface you have isn't an SDLx::Surface, bu

    Returns $self

    -

    AUTHOR

    Top

    -
    -
     kthakore 
    -
    -
    +

    AUTHORS

    Top

    +
    +

    See AUTHORS in SDL.

    \ No newline at end of file diff --git a/pages/documentation.html-inc b/pages/documentation.html-inc index f8096f2..85260d8 100644 --- a/pages/documentation.html-inc +++ b/pages/documentation.html-inc @@ -1,2 +1,2 @@
    -

    Documentation (latest development branch)

    Core
    thumbSDL- Simple DirectMedia Layer for Perl
    thumbSDL::Credits- Authors and contributors of the SDL Perl project
    thumbSDL::Deprecated- Log of Deprecated items per release
    thumbSDL::Time- An SDL Perl extension for managing timers
    Audio
    thumbSDL::Audio- SDL Bindings for Audio
    Structure
    thumbSDL::AudioCVT- Audio Conversion Structure
    thumbSDL::AudioSpec- SDL Bindings for structure SDL::AudioSpec
    CDROM
    thumbSDL::CDROM- SDL Bindings for the CDROM device
    Structure
    thumbSDL::CD- SDL Bindings for structure SDL_CD
    thumbSDL::CDTrack- SDL Bindings for structure SDL_CDTrack
    Events
    thumbSDL::Events- Bindings to the Events Category in SDL API
    Structure
    thumbSDL::Event- General event structure
    Joystick
    thumbSDL::Joystick- SDL Bindings for the Joystick device
    Mouse
    thumbSDL::Mouse- SDL Bindings for the Mouse device
    Structure
    thumbSDL::Cursor- Mouse cursor structure
    Structure
    thumbSDL::Version- SDL Bindings for structure SDL_Version
    Video
    thumbSDL::Video- Bindings to the video category in SDL API
    Structure
    thumbSDL::Color- Format independent color description
    thumbSDL::Overlay- YUV Video overlay
    thumbSDL::Palette- Color palette for 8-bit pixel formats
    thumbSDL::PixelFormat- Stores surface format information
    thumbSDL::Rect- Defines a rectangular area
    thumbSDL::Surface- Graphic surface structure
    thumbSDL::VideoInfo- Video Target Information

    Cookbook
    thumbSDL::Cookbook
    thumbSDL::Cookbook::OpenGL- Using SDL with OpenGL
    thumbSDL::Cookbook::PDL

    Extension
    thumbSDLx::App- a SDL perl extension
    thumbSDLx::Layer- Extension ...
    thumbSDLx::LayerManager- Extension for managing layers in a 2D world
    thumbSDLx::Rect- SDL extension for storing and manipulating rectangular coordinates
    thumbSDLx::SFont- Extension making fonts out of images and printing them
    thumbSDLx::Sprite- interact with images quick and easily in SDL
    thumbSDLx::Sprite::Animated- create animated SDL sprites easily!
    thumbSDLx::Surface- Graphic surface matrix extension

    GFX
    thumbSDL::GFX::Framerate- framerate calculating functions
    thumbSDL::GFX::Primitives- basic drawing functions
    Structure
    thumbSDL::GFX::FPSManager- data structure used by SDL::GFX::Framerate

    Image
    thumbSDL::Image- Bindings for the SDL_Image library

    Mixer
    thumbSDL::Mixer- Sound and music functions
    thumbSDL::Mixer::Channels- SDL::Mixer channel functions and bindings
    thumbSDL::Mixer::Effects- sound effect functions
    thumbSDL::Mixer::Groups- Audio channel group functions
    thumbSDL::Mixer::Music- functions for music
    thumbSDL::Mixer::Samples- functions for loading sound samples
    Structure
    thumbSDL::Mixer::MixChunk- SDL Bindings for structure SDL_MixChunk
    thumbSDL::Mixer::MixMusic- SDL Bindings for structure SDL_MixMusic

    Pango
    thumbSDL::Pango- Text rendering engine
    Structure
    thumbSDL::Pango::Context- Context object for SDL::Pango

    TODO
    thumbSDL::MPEG- a SDL perl extension
    thumbSDL::SMPEG- a SDL perl extension
    MultiThread
    thumbSDL::MultiThread- Bindings to the MultiThread category in SDL API
    Structure
    thumbSDL::RWOps- SDL Bindings to SDL_RWOPs
    GFX
    thumbSDL::GFX::BlitFunc- blitting functions
    thumbSDL::GFX::ImageFilter- image filtering functions
    thumbSDL::GFX::Rotozoom- rotation and zooming functions for surfaces

    TTF
    thumbSDL::TTF- True Type Font functions (libfreetype)
    Structure
    thumbSDL::TTF::Font- Font object type for SDL_ttf

    Tutorials
    thumbSDL::Tutorial- introduction to Perl SDL
    thumbSDL::Tutorial::Animation
    thumbSDL::Tutorial::LunarLander- a small tutorial on Perl SDL

    UNCATEGORIZED
    thumbSDLx::Controller- Handles the loops for event, movement and rendering
    thumbSDLx::Sound
    +

    Documentation (latest development branch)

    Core
    thumbSDL- Simple DirectMedia Layer for Perl
    thumbSDL::Credits- Authors and contributors of the SDL Perl project
    thumbSDL::Deprecated- Log of Deprecated items per release
    thumbSDL::Time- An SDL Perl extension for managing timers
    Audio
    thumbSDL::Audio- SDL Bindings for Audio
    Structure
    thumbSDL::AudioCVT- Audio Conversion Structure
    thumbSDL::AudioSpec- SDL Bindings for structure SDL::AudioSpec
    CDROM
    thumbSDL::CDROM- SDL Bindings for the CDROM device
    Structure
    thumbSDL::CD- SDL Bindings for structure SDL_CD
    thumbSDL::CDTrack- SDL Bindings for structure SDL_CDTrack
    Events
    thumbSDL::Events- Bindings to the Events Category in SDL API
    Structure
    thumbSDL::Event- General event structure
    Joystick
    thumbSDL::Joystick- SDL Bindings for the Joystick device
    Mouse
    thumbSDL::Mouse- SDL Bindings for the Mouse device
    Structure
    thumbSDL::Cursor- Mouse cursor structure
    Structure
    thumbSDL::Version- SDL Bindings for structure SDL_Version
    Video
    thumbSDL::Video- Bindings to the video category in SDL API
    Structure
    thumbSDL::Color- Format independent color description
    thumbSDL::Overlay- YUV Video overlay
    thumbSDL::Palette- Color palette for 8-bit pixel formats
    thumbSDL::PixelFormat- Stores surface format information
    thumbSDL::Rect- Defines a rectangular area
    thumbSDL::Surface- Graphic surface structure
    thumbSDL::VideoInfo- Video Target Information

    Cookbook
    thumbSDL::Cookbook
    thumbSDL::Cookbook::OpenGL- Using SDL with OpenGL
    thumbSDL::Cookbook::PDL

    Extension
    thumbSDLx::App- a SDL perl extension
    thumbSDLx::Layer- Extension ...
    thumbSDLx::LayerManager- Extension for managing layers in a 2D world
    thumbSDLx::Rect- SDL extension for storing and manipulating rectangular coordinates
    thumbSDLx::SFont- Extension making fonts out of images and printing them
    thumbSDLx::Sprite- interact with images quick and easily in SDL
    thumbSDLx::Sprite::Animated- create animated SDL sprites easily!
    thumbSDLx::Surface- Graphic surface matrix extension

    GFX
    thumbSDL::GFX::Framerate- framerate calculating functions
    thumbSDL::GFX::Primitives- basic drawing functions
    Structure
    thumbSDL::GFX::FPSManager- data structure used by SDL::GFX::Framerate

    Image
    thumbSDL::Image- Bindings for the SDL_Image library

    Mixer
    thumbSDL::Mixer- Sound and music functions
    thumbSDL::Mixer::Channels- SDL::Mixer channel functions and bindings
    thumbSDL::Mixer::Effects- sound effect functions
    thumbSDL::Mixer::Groups- Audio channel group functions
    thumbSDL::Mixer::Music- functions for music
    thumbSDL::Mixer::Samples- functions for loading sound samples
    Structure
    thumbSDL::Mixer::MixChunk- SDL Bindings for structure SDL_MixChunk
    thumbSDL::Mixer::MixMusic- SDL Bindings for structure SDL_MixMusic

    Pango
    thumbSDL::Pango- Text rendering engine
    Structure
    thumbSDL::Pango::Context- Context object for SDL::Pango

    TODO
    thumbSDL::MPEG- a SDL perl extension
    thumbSDL::SMPEG- a SDL perl extension
    MultiThread
    thumbSDL::MultiThread- Bindings to the MultiThread category in SDL API
    Structure
    thumbSDL::RWOps- SDL Bindings to SDL_RWOPs
    GFX
    thumbSDL::GFX::BlitFunc- blitting functions
    thumbSDL::GFX::ImageFilter- image filtering functions
    thumbSDL::GFX::Rotozoom- rotation and zooming functions for surfaces

    TTF
    thumbSDL::TTF- True Type Font functions (libfreetype)
    Structure
    thumbSDL::TTF::Font- Font object type for SDL_ttf

    Tutorials
    thumbSDL::Tutorial- introduction to Perl SDL
    thumbSDL::Tutorial::Animation
    thumbSDL::Tutorial::LunarLander- a small tutorial on Perl SDL

    UNCATEGORIZED
    thumbSDLx::Controller- Handles the loops for event, movement and rendering