SDL.3kaya

Langue: en

Version: March 2009 (fedora - 05/07/09)

Section: 3 (Bibliothèques de fonctions)

NAME

SDL - Interface to the Simple DirectMedia Layer

DESCRIPTION

This module is under development and the interface may change.

SDL provides a low-level interface to video output, and keyboard and mouse input. This module currently supports making windowed or full-screen graphical applications, reading keyboard and mouse input, and displaying the contents of BMP graphics.

See the examples/sdl directory in the Kaya distribution for a simple example program.

DATA TYPES

SDL.BPP(3kaya)

SDL.KeyModifier(3kaya)

SDL.Rect(3kaya)

SDL.SDLColour(3kaya)

SDL.SDLEvent(3kaya)

SDL.SDLKey(3kaya)

SDL.SDLSurface(3kaya)

EXCEPTIONS

SDL.IllegalMode(3kaya)

SDL.LoadingError(3kaya)

SDL.SDLQuit(3kaya)

FUNCTIONS

SDL.blitSurface(3kaya)

SDL.drawRectangle(3kaya)

SDL.loadSurface(3kaya)

SDL.newSurface(3kaya)

SDL.nextEvent(3kaya)

SDL.sdlError(3kaya)

SDL.sdlInit(3kaya)

SDL.sdlQuit(3kaya)

SDL.setTransparency(3kaya)

SDL.setWMIcon(3kaya)

SDL.setWMTitle(3kaya)

SDL.updateScreen(3kaya)

AUTHORS

Kaya standard library by Edwin Brady, Chris Morris and others (kaya@kayalang.org). For further information see http://kayalang.org/

LICENSE

The Kaya standard library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License (version 2.1 or any later version) as published by the Free Software Foundation.