The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:SDL::sdlpl"

SDL::sdlpl - Perl bindings for the SDL River stage zero No dependents

sdlpl is a collection of bindings for functions in the Simple DirectMedia Layer, and an assortment of related utilities. The module sdlpl is not indended for direct use, but rather serves as the backbone of a collection of Object-Oriented modules whi...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::App - a SDL perl extension River stage zero No dependents

This Object is a composite made up of a few surfaces, and strings. This object does the setup for the SDL library, and greates the base application window. The options that the constructor takes are: -title => the title bar of the window -icon_title ...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Font - a SDL perl extension River stage zero No dependents

SDL::Font provides a mechanism for loading and using SFont style fonts. To create a new font, simply create a new instance of the class Font, passing it the name of the image file that contains the SFont. To use the font, call the use method of the f...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Rect - a SDL perl extension River stage zero No dependents

SDL::Rect->new(...); creates a SDL_Rect structure which is used for specifying regions for filling, blitting, and updating. These objects make it easy to cut and backfill. By default, x, y = 0, and h, w default to 0. (the default scratch sizes); Rect...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Mixer - a SDL perl extension River stage zero No dependents

This module provides a pseudo object ( it contains no data ), that handles all of the digital audio for the system. It is simply an interface for SDL_mixer. In general, there is no need to pass any flags to the constructor. The default, shown above, ...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Cdrom - a SDL perl extension River stage zero No dependents

Cdrom.pm provides software control for CD music. To open a CD for playing, ejecting, etc. create a new instance of the Cdrom object, passing it the number of the drive starting with 0 .. CD_NUM_DRIVES - 1: $cdrom = new SDL::Cdrom 0; The function CD_N...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Event - a SDL perl extension River stage zero No dependents

SDL::Event->new(); creates a SDL_Event structure, into which events may be stored. $event->type() This function returns the event type which will be one of the values: SDL_ACTIVEEVENT, SDL_KEYDOWN, SDL_KEYUP, SDL_MOUSEMOTION, SDL_MOUSEBUTTONDOWN, SDL...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Cursor - a SDL perl extension River stage zero No dependents

To create a new cursor, create a new instance of the Cursor class passing it two surfaces as shown in the example. The x and y values indicate the position of the hot-spot for clicking. To move the cursor to a position on the screen use the warp meth...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::OpenGL - a SDL perl extension River stage zero No dependents

Additional Methods...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::Surface - a SDL perl extension River stage zero No dependents

SDL::Surface->new(-name=>"yomama.jpg"); will load an image named yomama.jpg, which works equally well with images of type bmp, ppm, pcx, gif, jpeg, and png. Optionally, if you would like a scratch surface to work with, you can createit using this fun...

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

lib/SDL/Music.pm River stage zero No dependents

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

lib/SDL/Sound.pm River stage zero No dependents

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

lib/SDL/Joystick.pm River stage zero No dependents

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

lib/SDL/Palette.pm River stage zero No dependents

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC

SDL::OpenGL::App - Glut like wrapper for SDL OpenGL apps River stage zero No dependents

WKEENAN/SDL-sdlpl-1.08 - 22 Aug 2000 19:25:17 UTC
15 results (0.027 seconds)