A B C D E F G I K L M O P R S T U V W X

A

AUDIO_S16 - Static variable in class sdl.audio.SDLAudio
 
AUDIO_S16LSB - Static variable in class sdl.audio.SDLAudio
 
AUDIO_S16MSB - Static variable in class sdl.audio.SDLAudio
 
AUDIO_S8 - Static variable in class sdl.audio.SDLAudio
 
AUDIO_U16 - Static variable in class sdl.audio.SDLAudio
 
AUDIO_U16LSB - Static variable in class sdl.audio.SDLAudio
 
AUDIO_U16MSB - Static variable in class sdl.audio.SDLAudio
 
AUDIO_U8 - Static variable in class sdl.audio.SDLAudio
 
AudioCallBack - interface sdl.audio.AudioCallBack.
Consumes handles to audio files and controls how they are mixed and played.
audioCallBack(int, int) - Method in class sdl.audio.SDLAudio
 
AudioData - class sdl.audio.AudioData.
Wrapper around the native buffer containing the chuncks of audio data read from audio files.
AudioData(int, int) - Constructor for class sdl.audio.AudioData
 
AudioPlay - class sdl.audio.AudioPlay.
Wrapper around the sound to be played.
AudioPlay() - Constructor for class sdl.audio.AudioPlay
 
AudioPlay(boolean, AudioData, int, SDLAudioSpec, String) - Constructor for class sdl.audio.AudioPlay
 

B

blitSurface(SDLRect, SDLSurface, SDLRect) - Method in class sdl.video.SDLSurface
Blit pixels from this to destSurface.

C

clone() - Method in class sdl.audio.AudioPlay
 
close() - Method in class sdl.cdrom.SDLCD
 
closeDevice() - Method in class sdl.audio.SDLAudio
 
convertSurface(SDLPixelFormat, int) - Method in class sdl.video.SDLSurface
Convert a surface from one pixel format to another, and as change flags.
createCursor(byte[], byte[], int, int, int, int) - Method in class sdl.video.Video
Create a cursor.
createFromFile(String) - Static method in class sdl.ext.sdlimage.SDLImage
 
createRGBSurface(int, int, int, int, int, int, int, int) - Method in class sdl.video.Video
Create a new SDLSurface.
createRGBSurfaceFrom(byte[], int, int, int, int, int, int, int, int, int) - Method in class sdl.video.Video
Create a new SDLSurface and fill it with the data.
createSDLEvent(int) - Static method in class sdl.event.SDLEvent
 
createYUVOverlay(int, int, int) - Method in class sdl.video.SDLSurface
 

D

DBG - Static variable in class sdl.video.SDLSurface
 
Debug - class sdl.utils.Debug.
 
DEBUG - Static variable in class sdl.ext.sdlimage.SDLImage
 
Debug() - Constructor for class sdl.utils.Debug
 
display(int, int, int, int) - Method in class sdl.video.SDLOverlay
 
display(SDLRect) - Method in class sdl.video.SDLOverlay
Blit the overlay to the surface specified when it was created.
displayFormat() - Method in class sdl.video.SDLSurface
 
displayFormatAlpha() - Method in class sdl.video.SDLSurface
 

E

eject() - Method in class sdl.cdrom.SDLCD
 
enableAudio(boolean) - Method in class sdl.mpeg.SDLMpeg
 
enableVideo(boolean) - Method in class sdl.mpeg.SDLMpeg
 
EventDispatcher - class sdl.event.EventDispatcher.
 
EventDispatcher(boolean) - Constructor for class sdl.event.EventDispatcher
 
EventListener - interface sdl.event.EventListener.
 
eventState(int, int) - Method in class sdl.event.EventDispatcher
 

F

feedMe(int, int, SDLAudio) - Method in interface sdl.audio.AudioCallBack
 
fillRect(int, int, int, int, int) - Method in class sdl.video.SDLSurface
Fills specified rectangle with color
fillRect(SDLRect, int) - Method in class sdl.video.SDLSurface
Fills specified rectangle with color.
finalize() - Method in class sdl.event.SDLUserEvent
 
finalize() - Method in class sdl.video.Video
 
finalize() - Method in class sdl.video.SDLSurface
 
flip() - Method in class sdl.video.SDLSurface
Using hardware accelaration if possible, transfer the SDL level buffer onto the onscreen video buffer.
free() - Method in class sdl.audio.SDLAudioSpec
 
free() - Method in class sdl.audio.SDLAudioCvt
 
freeColor() - Method in class sdl.video.SDLColor
Frees the low level color buffer.
freeCursor() - Method in class sdl.video.SDLCursor
 
freeEvent() - Method in class sdl.event.SDLCustomEvent
 
freePalette() - Method in class sdl.video.SDLPalette
Free the low level palette buffer.
freePixelFormat() - Method in class sdl.video.SDLPixelFormat
 
freeRect() - Method in class sdl.video.SDLRect
 
freeSurface() - Method in class sdl.video.SDLSurface
Deallocate this surface.
freeVideo() - Method in class sdl.video.Video
Frees the root SDLSurface created by setVideoMode.

G

getActive() - Method in class sdl.audio.AudioPlay
 
getAudioData() - Method in class sdl.audio.AudioPlay
 
getAudioSpec() - Method in class sdl.audio.AudioPlay
 
getBufferHandle() - Method in class sdl.audio.SDLAudioCvt
 
getBufferHandle() - Method in class sdl.audio.AudioData
 
getBufferSize() - Method in class sdl.audio.SDLAudioCvt
 
getBufferSize() - Method in class sdl.audio.AudioData
 
getCaption() - Static method in class sdl.window.SDLWindow
 
getChannels() - Method in class sdl.audio.SDLAudioSpec
 
getClipRect() - Method in class sdl.video.SDLSurface
 
getCursor() - Method in class sdl.video.Video
 
getFileName() - Method in class sdl.audio.AudioPlay
 
getFormat() - Method in class sdl.audio.SDLAudioSpec
 
getFreq() - Method in class sdl.audio.SDLAudioSpec
 
getGammaRamp(short[], short[], short[]) - Method in class sdl.video.Video
TODO: should probably throw a RuntimeException if length!=256
getHandle() - Method in class sdl.audio.SDLAudioSpec
 
getHandle() - Method in class sdl.audio.SDLAudioCvt
 
getHandle() - Method in class sdl.mpeg.SDLMpegInfo
 
getHandle() - Method in class sdl.mpeg.SDLMpeg
 
getHandle() - Method in class sdl.video.SDLSurface
Returns the handle for this surface.
getHandle() - Method in class sdl.video.SDLPixelFormat
 
getHeight() - Method in class sdl.ext.sfont.SFont
 
getIcon() - Static method in class sdl.window.SDLWindow
 
getInfo() - Method in class sdl.mpeg.SDLMpeg
 
getInputString(SDLSurface, int, int, int, String) - Method in class sdl.ext.sfont.SFont
 
getKey() - Method in class sdl.event.SDLKeyboardEvent
 
getKeyName(int) - Method in class sdl.event.SDLKeyboardEvent
 
getListModes(SDLPixelFormat, int) - Method in class sdl.video.Video
 
getName() - Method in class sdl.audio.AudioPlay
 
getName(int) - Static method in class sdl.cdrom.SDLCD
 
getNativeHandleSDLEvent() - Method in class sdl.event.SDLUserEvent
 
getNbDrives() - Static method in class sdl.cdrom.SDLCD
 
getObtainedAudioSpec() - Method in class sdl.audio.SDLAudio
 
getPosition() - Method in class sdl.audio.AudioPlay
 
getRGB(int, SDLPixelFormat, byte[]) - Method in class sdl.video.Video
TODO: should probably throw a RuntimeException if color.length!=3
getRGBA(int, SDLPixelFormat, byte[]) - Method in class sdl.video.Video
TODO: should probably throw a RuntimeException if color.length!=4
getStatus() - Method in class sdl.mpeg.SDLMpeg
 
getStatusAsString() - Method in class sdl.cdrom.SDLCD
 
getTextWidth(String) - Method in class sdl.ext.sfont.SFont
 
getType() - Method in class sdl.event.SDLCustomEvent
 
getVersion() - Static method in class sdl.mpeg.SDLMpeg
 
getVideoDriverName() - Method in class sdl.video.Video
Get the name of the driver used by the screen SDLSurface.
getVideoInfo() - Method in class sdl.video.Video
Get video info about the screen SDLSurface.
getVideoSurface() - Method in class sdl.video.Video
Get the screen SDLSurface.
grabInput(int) - Static method in class sdl.window.SDLWindow
 
grabInputAsString(int) - Static method in class sdl.window.SDLWindow
 

I

iconifyWindow() - Static method in class sdl.window.SDLWindow
 
incomingEvents(SDLCustomEvent) - Method in interface sdl.event.EventListener
 
init() - Method in class sdl.event.SDLUserEvent
 
isDebugOn() - Static method in class sdl.utils.Debug
 
isVideoModeOk(int, int, int, int) - Method in class sdl.video.Video
TODO: could this be made boolean?

K

KMOD_CAPS - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_LALT - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_LCTRL - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_LMETA - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_LSHIFT - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_MODE - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_NONE - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_NUM - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_RALT - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_RCTRL - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_RESERVED - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_RMETA - Static variable in class sdl.event.SDLKeyboardEvent
 
KMOD_RSHIFT - Static variable in class sdl.event.SDLKeyboardEvent
 

L

loadAndConvertSDLAudio(String) - Method in class sdl.audio.SDLAudio
Encapsulates the functionality of the native methods SDL_LoadWAV and SDL_ConvertAudio.
loadData() - Method in class sdl.audio.SDLAudioCvt
 
loadData() - Method in class sdl.mpeg.SDLMpegVersion
 
loadData() - Method in class sdl.mpeg.SDLMpegInfo
 
loadData() - Method in class sdl.video.SDLCursor
 
loadMask() - Method in class sdl.video.SDLCursor
 
lock() - Method in class sdl.video.SDLOverlay
 
loop(int) - Method in class sdl.mpeg.SDLMpeg
 

M

m_ALoss - Variable in class sdl.video.SDLPixelFormat
Number of low-order bits ignored by the alpha component.
m_Alpha - Variable in class sdl.video.SDLPixelFormat
 
m_AMask - Variable in class sdl.video.SDLPixelFormat
Binary mask to retrieve alpha component.
m_AShift - Variable in class sdl.video.SDLPixelFormat
Bit offset of the alpha component.
m_BitsPerPixel - Variable in class sdl.video.SDLPixelFormat
Number of bits used to represent each pixel in a surface.
m_BLoss - Variable in class sdl.video.SDLPixelFormat
Number of low-order bits ignored by the blue component.
m_Blue - Variable in class sdl.video.SDLColor
Blue component
m_BMask - Variable in class sdl.video.SDLPixelFormat
Binary mask to retrieve blue component.
m_BShift - Variable in class sdl.video.SDLPixelFormat
Bit offset of the blue component.
m_BytesPerPixel - Variable in class sdl.video.SDLPixelFormat
The number of bytes used to represent each pixel in a surface.
m_ClipRect - Variable in class sdl.video.SDLSurface
Not sure...
m_ColorKey - Variable in class sdl.video.SDLPixelFormat
 
m_Colors - Variable in class sdl.video.SDLPalette
The actual palette.
m_CurrentFrame - Variable in class sdl.cdrom.SDLCD
 
m_CurrentTrack - Variable in class sdl.cdrom.SDLCD
 
m_Flags - Variable in class sdl.video.SDLSurface
Flags passed to Video.createRGBSurface().
m_Format - Variable in class sdl.video.SDLSurface
Pixel format used by this surface.
m_GLoss - Variable in class sdl.video.SDLPixelFormat
Number of low-order bits ignored by the green component.
m_GMask - Variable in class sdl.video.SDLPixelFormat
Binary mask to retrieve green component.
m_Green - Variable in class sdl.video.SDLColor
Green component
m_GShift - Variable in class sdl.video.SDLPixelFormat
Bit offset of the green component.
m_HandlePixelFormat - Variable in class sdl.video.SDLVideoInfo
 
m_HandleSDLEvent - Variable in class sdl.event.SDLCustomEvent
 
m_Height - Variable in class sdl.video.SDLSurface
Height in pixels
m_Height - Variable in class sdl.video.SDLRect
 
m_InputString - Variable in class sdl.ext.sfont.SFont
 
m_NbTracks - Variable in class sdl.cdrom.SDLCD
 
m_NColors - Variable in class sdl.video.SDLPalette
Number of colors in the palette.
m_Palette - Variable in class sdl.video.SDLPixelFormat
Palette, if using a paletted format.
m_Pitch - Variable in class sdl.video.SDLSurface
Bytes per scanline.
m_Pixels - Variable in class sdl.video.SDLSurface
Java-level pixel buffer.
m_Red - Variable in class sdl.video.SDLColor
Red component
m_RLoss - Variable in class sdl.video.SDLPixelFormat
Number of low-order bits ignored by the red component.
m_RMask - Variable in class sdl.video.SDLPixelFormat
Binary mask to retrieve red component.
m_RShift - Variable in class sdl.video.SDLPixelFormat
Bit offset of the red component.
m_Status - Variable in class sdl.cdrom.SDLCD
 
m_Type - Variable in class sdl.event.SDLCustomEvent
 
m_TypeEvent - Variable in class sdl.event.SDLEvent
 
m_Unused - Variable in class sdl.video.SDLColor
Unused, sometimes Alpha component?
m_Width - Variable in class sdl.video.SDLSurface
Width in pixels.
m_Width - Variable in class sdl.video.SDLRect
 
m_X - Variable in class sdl.video.SDLRect
 
m_Y - Variable in class sdl.video.SDLRect
 
Main - class sdl.core.Main.
Top of the entire SDL interface.
Main() - Constructor for class sdl.core.Main
doesn't do anything, no need to call.
mapRGB(byte, byte, byte) - Method in class sdl.video.SDLSurface
Returns a system dependant integer pixel value based on the RGB values.

O

open() - Method in class sdl.cdrom.SDLCD
 
openDevice() - Method in class sdl.audio.SDLAudio
 

P

pause() - Method in class sdl.cdrom.SDLCD
 
pause() - Method in class sdl.mpeg.SDLMpeg
 
pauseAudio(boolean) - Method in class sdl.audio.SDLAudio
Starts and stops the audio playback done by the AudioCallbacks.
play() - Method in class sdl.mpeg.SDLMpeg
 
playCD() - Method in class sdl.cdrom.SDLCD
 
playTrack(int) - Method in class sdl.cdrom.SDLCD
 
pollEvent() - Method in class sdl.event.EventDispatcher
 
putString(SDLSurface, int, int, String) - Method in class sdl.ext.sfont.SFont
 

R

rand() - Static method in class sdl.core.Main
calls the c function rand()...
registerAudioCallBack(AudioCallBack) - Method in class sdl.audio.SDLAudio
 
registerEventListener(EventListener) - Method in class sdl.event.EventDispatcher
 
resume() - Method in class sdl.cdrom.SDLCD
 
run() - Method in class sdl.event.EventDispatcher
 

S

save() - Method in class sdl.audio.SDLAudioSpec
 
save() - Method in class sdl.audio.SDLAudioCvt
 
save() - Method in class sdl.mpeg.SDLMpegVersion
 
save() - Method in class sdl.mpeg.SDLMpegInfo
 
saveToBMP(String) - Method in class sdl.video.SDLSurface
Dump this surface to a Microsoft Windows Bitmap file.
SDL_ACTIVEEVENT - Static variable in class sdl.event.SDLEvent
 
SDL_ANYFORMAT - Static variable in class sdl.video.Video
Use a differing color depth if the one requested is unavailable.
SDL_ASYNCBLIT - Static variable in class sdl.video.Video
Enable the use of asynchronous updates of the display surface.
SDL_DISABLE - Static variable in class sdl.video.Video
Hide the cursor.
SDL_DOUBLEBUF - Static variable in class sdl.video.Video
Enable hardware double buffering; only valid with SDL_HWSURFACE.
SDL_ENABLE - Static variable in class sdl.event.SDLEvent
 
SDL_ENABLE - Static variable in class sdl.video.Video
Show the cursor
SDL_EVENT_RESERVED1 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED2 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED3 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED4 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED5 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED6 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVED7 - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVEDA - Static variable in class sdl.event.SDLEvent
 
SDL_EVENT_RESERVEDB - Static variable in class sdl.event.SDLEvent
 
SDL_FULLSCREEN - Static variable in class sdl.video.Video
Use fullscreen mode, if available.
SDL_GRAB_OFF - Static variable in class sdl.window.SDLWindow
 
SDL_GRAB_ON - Static variable in class sdl.window.SDLWindow
 
SDL_GRAB_QUERY - Static variable in class sdl.window.SDLWindow
 
SDL_HWACCEL - Static variable in class sdl.video.Video
Blit uses hardware acceleration
SDL_HWPALETTE - Static variable in class sdl.video.Video
Give SDL exclusive palette access.
SDL_HWSURFACE - Static variable in class sdl.video.Video
Put the surface in video memory, if possible.
SDL_IGNORE - Static variable in class sdl.event.SDLEvent
 
SDL_INIT_AUDIO - Static variable in class sdl.core.Main
The Audio subsystem.
SDL_INIT_CDROM - Static variable in class sdl.core.Main
The Cdrom subsystem.
SDL_INIT_EVENTTHREAD - Static variable in class sdl.core.Main
The Event thread subsystem?
SDL_INIT_EVERYTHING - Static variable in class sdl.core.Main
All available subsystems.
SDL_INIT_JOYSTICK - Static variable in class sdl.core.Main
The Joystick subsystem.
SDL_INIT_NOPARACHUTE - Static variable in class sdl.core.Main
Disable the SDL parachute: *PROBABLY VERY BAD IDEA IN A JAVA PROGRAM*.
SDL_INIT_TIMER - Static variable in class sdl.core.Main
The Timer subsystem.
SDL_INIT_VIDEO - Static variable in class sdl.core.Main
The Video subsystem.
SDL_IYUV_OVERLAY - Static variable in class sdl.video.SDLOverlay
 
SDL_JOYAXISMOTION - Static variable in class sdl.event.SDLEvent
 
SDL_JOYBALLMOTION - Static variable in class sdl.event.SDLEvent
 
SDL_JOYBUTTONDOWN - Static variable in class sdl.event.SDLEvent
 
SDL_JOYBUTTONUP - Static variable in class sdl.event.SDLEvent
 
SDL_JOYHATMOTION - Static variable in class sdl.event.SDLEvent
 
SDL_KEYDOWN - Static variable in class sdl.event.SDLEvent
 
SDL_KEYUP - Static variable in class sdl.event.SDLEvent
 
SDL_MOUSEBUTTONDOWN - Static variable in class sdl.event.SDLEvent
 
SDL_MOUSEBUTTONUP - Static variable in class sdl.event.SDLEvent
 
SDL_MOUSEMOTION - Static variable in class sdl.event.SDLEvent
 
SDL_NOEVENT - Static variable in class sdl.event.SDLEvent
 
SDL_NUMEVENTS - Static variable in class sdl.event.SDLEvent
 
SDL_OPENGL - Static variable in class sdl.video.Video
Create an OpenGL rendering context.
SDL_OPENGLBLIT - Static variable in class sdl.video.Video
Create an OpenGL rendering context, like SDL_OPENGL, but allow normal blitting operations.
SDL_PREALLOC - Static variable in class sdl.video.Video
Surface uses preallocated memory
SDL_QUERY - Static variable in class sdl.event.SDLEvent
 
SDL_QUERY - Static variable in class sdl.video.Video
Is the cursor visible?
SDL_QUIT - Static variable in class sdl.event.SDLEvent
 
SDL_RESIZABLE - Static variable in class sdl.video.Video
If operating in a windowed environment, allow the user to resize the window.
SDL_RLEACCEL - Static variable in class sdl.video.Video
Colorkey blit is RLE accelerated
SDL_RLEACCELOK - Static variable in class sdl.video.Video
Private flag
SDL_SRCALPHA - Static variable in class sdl.video.Video
Blit uses source alpha blending
SDL_SRCCOLORKEY - Static variable in class sdl.video.Video
Blit uses a source color key
SDL_SWSURFACE - Static variable in class sdl.video.Video
Put the surface in regular memory.
SDL_SYSWMEVENT - Static variable in class sdl.event.SDLEvent
 
SDL_USEREVENT - Static variable in class sdl.event.SDLEvent
 
SDL_UYVY_OVERLAY - Static variable in class sdl.video.SDLOverlay
 
SDL_VIDEORESIZE - Static variable in class sdl.event.SDLEvent
 
SDL_YUY2_OVERLAY - Static variable in class sdl.video.SDLOverlay
 
SDL_YV12_OVERLAY - Static variable in class sdl.video.SDLOverlay
 
SDL_YVYU_OVERLAY - Static variable in class sdl.video.SDLOverlay
 
sdl.audio - package sdl.audio
Java bindings for SDL audio subsystem.
sdl.cdrom - package sdl.cdrom
Java binding for SDLCD library, plays an audio CD in SDL
sdl.core - package sdl.core
JSDL runtime interfaces.
sdl.event - package sdl.event
 
sdl.ext.sdlimage - package sdl.ext.sdlimage
Java binding for SDL_Image library (loads BMP, PNM, XPM, LBM, PCX, GIF, JPEG, PNG, TGA)
sdl.ext.sfont - package sdl.ext.sfont
Java bindings for SFont SDL font library.
sdl.mpeg - package sdl.mpeg
Java binding for SMPEG library - Mpeg I/ MP3 decoder and player.
sdl.utils - package sdl.utils
 
sdl.video - package sdl.video
Java binding for SDL video subsystem
sdl.window - package sdl.window
 
SDLAudio - class sdl.audio.SDLAudio.
SDLAudio is the primary binding for the SDL Audio subsystem.
SDLAudio() - Constructor for class sdl.audio.SDLAudio
 
SDLAudioCvt - class sdl.audio.SDLAudioCvt.
 
SDLAudioCvt(int) - Constructor for class sdl.audio.SDLAudioCvt
 
SDLAudioSpec - class sdl.audio.SDLAudioSpec.
Format of the SDL audio stream.
SDLAudioSpec(int) - Constructor for class sdl.audio.SDLAudioSpec
 
SDLAudioSpec(int, short, byte, byte, short, int) - Constructor for class sdl.audio.SDLAudioSpec
 
SDLCD - class sdl.cdrom.SDLCD.
Wrapper around SDL CD audio play routines.
SDLCD(int) - Constructor for class sdl.cdrom.SDLCD
 
SDLCDTrack - class sdl.cdrom.SDLCDTrack.
 
SDLCDTrack() - Constructor for class sdl.cdrom.SDLCDTrack
 
SDLColor - class sdl.video.SDLColor.
A class to conveniently hold a color :)
SDLColor() - Constructor for class sdl.video.SDLColor
Defaults to black.
SDLColor(int) - Constructor for class sdl.video.SDLColor
Creates a color from a 32bit representation (0x--RRGGBB).
SDLCursor - class sdl.video.SDLCursor.
 
SDLCursor(int) - Constructor for class sdl.video.SDLCursor
 
SDLCustomEvent - class sdl.event.SDLCustomEvent.
 
SDLCustomEvent(int) - Constructor for class sdl.event.SDLCustomEvent
 
SDLEvent - class sdl.event.SDLEvent.
 
SDLEvent() - Constructor for class sdl.event.SDLEvent
 
SDLEventException - exception sdl.event.SDLEventException.
 
SDLEventException(Exception) - Constructor for class sdl.event.SDLEventException
 
SDLEventException(String) - Constructor for class sdl.event.SDLEventException
 
SDLException - exception sdl.core.SDLException.
 
SDLException(Exception) - Constructor for class sdl.core.SDLException
 
SDLException(String) - Constructor for class sdl.core.SDLException
 
SDLImage - class sdl.ext.sdlimage.SDLImage.
Wrapper class for SDL_Image bitmap file loading library.
SDLImage() - Constructor for class sdl.ext.sdlimage.SDLImage
 
SDLInit(int) - Static method in class sdl.core.Main
Inits the SDL system, plus specified subsystems.
SDLInitSubSystem(int) - Static method in class sdl.core.Main
Inits additional subsystems after SDLInit() has been called.
SDLK_0 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_1 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_2 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_3 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_4 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_5 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_6 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_7 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_8 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_9 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_a - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_AMPERSAND - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_ASTERISK - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_AT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_b - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_BACKQUOTE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_BACKSLASH - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_BACKSPACE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_BREAK - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_c - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_CAPSLOCK - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_CARET - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_CLEAR - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_COLON - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_COMMA - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_COMPOSE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_d - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_DELETE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_DOLLAR - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_DOWN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_e - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_END - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_EQUALS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_ESCAPE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_EURO - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_EXCLAIM - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_f - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F1 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F10 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F11 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F12 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F13 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F14 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F15 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F2 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F3 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F4 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F5 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F6 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F7 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F8 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_F9 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_FIRST - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_g - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_GREATER - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_h - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_HASH - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_HELP - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_HOME - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_i - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_INSERT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_j - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_k - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_DIVIDE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_ENTER - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_EQUALS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_MINUS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_MULTIPLY - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_PERIOD - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP_PLUS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP0 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP1 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP2 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP3 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP4 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP5 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP6 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP7 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP8 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_KP9 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_l - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LALT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LAST - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LCTRL - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LEFT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LEFTBRACKET - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LEFTPAREN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LESS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LMETA - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LSHIFT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_LSUPER - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_m - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_MENU - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_MINUS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_MODE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_n - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_NUMLOCK - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_o - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_p - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PAGEDOWN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PAGEUP - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PAUSE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PERIOD - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PLUS - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_POWER - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_PRINT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_q - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_QUESTION - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_QUOTE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_QUOTEDBL - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_r - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RALT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RCTRL - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RETURN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RIGHT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RIGHTBRACKET - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RIGHTPAREN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RMETA - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RSHIFT - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_RSUPER - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_s - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_SCROLLOCK - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_SEMICOLON - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_SLASH - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_SPACE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_SYSREQ - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_t - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_TAB - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_u - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_UNDERSCORE - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_UNKNOWN - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_UP - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_v - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_w - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_0 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_1 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_10 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_11 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_12 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_13 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_14 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_15 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_16 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_17 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_18 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_19 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_2 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_20 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_21 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_22 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_23 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_24 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_25 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_26 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_27 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_28 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_29 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_3 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_30 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_31 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_32 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_33 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_34 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_35 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_36 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_37 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_38 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_39 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_4 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_40 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_41 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_42 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_43 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_44 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_45 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_46 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_47 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_48 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_49 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_5 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_50 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_51 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_52 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_53 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_54 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_55 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_56 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_57 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_58 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_59 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_6 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_60 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_61 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_62 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_63 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_64 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_65 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_66 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_67 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_68 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_69 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_7 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_70 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_71 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_72 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_73 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_74 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_75 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_76 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_77 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_78 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_79 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_8 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_80 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_81 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_82 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_83 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_84 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_85 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_86 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_87 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_88 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_89 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_9 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_90 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_91 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_92 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_93 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_94 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_WORLD_95 - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_x - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_y - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLK_z - Static variable in class sdl.event.SDLKeyboardEvent
 
SDLKeyboardEvent - class sdl.event.SDLKeyboardEvent.
 
SDLKeyboardEvent(int) - Constructor for class sdl.event.SDLKeyboardEvent
 
SDLMixAudio(int, int, int, int, int) - Static method in class sdl.audio.SDLAudio
 
SDLMouseButtonEvent - class sdl.event.SDLMouseButtonEvent.
 
SDLMouseButtonEvent(int) - Constructor for class sdl.event.SDLMouseButtonEvent
 
SDLMouseMotionEvent - class sdl.event.SDLMouseMotionEvent.
 
SDLMouseMotionEvent(int) - Constructor for class sdl.event.SDLMouseMotionEvent
 
SDLMpeg - class sdl.mpeg.SDLMpeg.
Java binding for SMPEG - Mpeg I/ MP3 decoder and player.
SDLMpeg() - Constructor for class sdl.mpeg.SDLMpeg
 
SDLMpeg(String, boolean) - Constructor for class sdl.mpeg.SDLMpeg
 
SDLMpegInfo - class sdl.mpeg.SDLMpegInfo.
Holds info about the current SMPEG object.
SDLMpegInfo(int) - Constructor for class sdl.mpeg.SDLMpegInfo
 
SDLMpegVersion - class sdl.mpeg.SDLMpegVersion.
 
SDLMpegVersion(int) - Constructor for class sdl.mpeg.SDLMpegVersion
 
SDLOverlay - class sdl.video.SDLOverlay.
a YUV video overlay
SDLOverlay(int) - Constructor for class sdl.video.SDLOverlay
 
SDLPalette - class sdl.video.SDLPalette.
Represents a palette for low bpp color formats.
SDLPalette(int) - Constructor for class sdl.video.SDLPalette
called by the SDLPixelFormat constructor, should not be used otherwise.
SDLPixelFormat - class sdl.video.SDLPixelFormat.
SDLPixelFormat describes the structure of pixels in SDLSurface.m_Pixels.
SDLPixelFormat(int) - Constructor for class sdl.video.SDLPixelFormat
 
SDLPushEvent(SDLCustomEvent) - Method in class sdl.event.EventDispatcher
 
SDLQuit() - Static method in class sdl.core.Main
Bring down the entire SDL system.
SDLQuitEvent - class sdl.event.SDLQuitEvent.
 
SDLQuitEvent(int) - Constructor for class sdl.event.SDLQuitEvent
 
SDLQuitSubSystem(int) - Static method in class sdl.core.Main
Bring down one or more subsystems.
SDLRect - class sdl.video.SDLRect.
 
SDLRect(int) - Constructor for class sdl.video.SDLRect
 
SDLRect(int, int, int, int) - Constructor for class sdl.video.SDLRect
 
SDLSurface - class sdl.video.SDLSurface.
Represents a chunk of memory that may be drawn on.
SDLSurface(int) - Constructor for class sdl.video.SDLSurface
Do not use directly, use Video.createRGBSurface() instead.
SDLSurface(String) - Constructor for class sdl.video.SDLSurface
 
SDLUserEvent - class sdl.event.SDLUserEvent.
Implementation of generic SDL event based on SDL_UserEvent.
SDLUserEvent() - Constructor for class sdl.event.SDLUserEvent
 
SDLUserEvent(int) - Constructor for class sdl.event.SDLUserEvent
 
SDLVideoInfo - class sdl.video.SDLVideoInfo.
 
SDLVideoInfo(int) - Constructor for class sdl.video.SDLVideoInfo
 
SDLWaitEvent() - Method in class sdl.event.EventDispatcher
 
SDLWasInit(int) - Static method in class sdl.core.Main
Yikes! this doesn't do anything.
SDLWindow - class sdl.window.SDLWindow.
 
SDLWindow() - Constructor for class sdl.window.SDLWindow
 
setActive(boolean) - Method in class sdl.audio.AudioPlay
 
setAlpha(int, byte) - Method in class sdl.video.SDLSurface
 
setAudioData(AudioData) - Method in class sdl.audio.AudioPlay
 
setAudioSpec(SDLAudioSpec) - Method in class sdl.audio.AudioPlay
 
setBufferHandle(int) - Method in class sdl.audio.SDLAudioCvt
 
setBufferHandle(int) - Method in class sdl.audio.AudioData
 
setBufferSize(int) - Method in class sdl.audio.SDLAudioCvt
 
setBufferSize(int) - Method in class sdl.audio.AudioData
 
setCaption(String, String) - Static method in class sdl.window.SDLWindow
 
setClipRect(int, int, int, int) - Method in class sdl.video.SDLSurface
 
setClipRect(SDLRect) - Method in class sdl.video.SDLSurface
 
setColor(SDLColor[], int, int) - Method in class sdl.video.SDLSurface
 
setColorKey(int, int) - Method in class sdl.video.SDLSurface
 
setCursor() - Method in class sdl.video.SDLCursor
 
setDebug(boolean) - Static method in class sdl.utils.Debug
 
setDesiredAudioSpec(SDLAudioSpec) - Method in class sdl.audio.SDLAudio
 
setFileName(String) - Method in class sdl.audio.AudioPlay
 
setGammaRamp(short[], short[], short[]) - Method in class sdl.video.Video
TODO: should probably throw a RuntimeException if length!=256
setIcon(SDLSurface) - Static method in class sdl.window.SDLWindow
 
setIcon(SDLSurface, byte) - Static method in class sdl.window.SDLWindow
 
setLen(int) - Method in class sdl.audio.SDLAudioCvt
 
setName(String) - Method in class sdl.audio.AudioPlay
 
setPosition(int) - Method in class sdl.audio.AudioPlay
 
setType(byte) - Method in class sdl.event.SDLCustomEvent
 
setVideoMode(int, int, int, int) - Method in class sdl.video.Video
Sets the video mode.
SFont - class sdl.ext.sfont.SFont.
Wrapper for SFont library.
SFont(SDLSurface) - Constructor for class sdl.ext.sfont.SFont
 
showCursor(int) - Method in class sdl.video.Video
Hide, show, or return the state of the cursor.
showData() - Method in class sdl.video.SDLCursor
 
showDebug(boolean, String) - Static method in class sdl.utils.Debug
 
showException(String) - Static method in class sdl.utils.Debug
 
showInfo(String) - Static method in class sdl.utils.Debug
 
showMask() - Method in class sdl.video.SDLCursor
 
sRand(int) - Static method in class sdl.core.Main
calls the c function srand()...
startAndWait() - Method in class sdl.event.EventDispatcher
 
startItNow() - Method in class sdl.event.EventDispatcher
 
STATUS_SMPEG_ERROR - Static variable in class sdl.mpeg.SDLMpeg
 
STATUS_SMPEG_PLAYING - Static variable in class sdl.mpeg.SDLMpeg
 
STATUS_SMPEG_STOPPED - Static variable in class sdl.mpeg.SDLMpeg
 
stop() - Method in class sdl.cdrom.SDLCD
 

T

toggleFullScreen(SDLSurface) - Static method in class sdl.window.SDLWindow
 
toInt() - Method in class sdl.video.SDLColor
Converts this color to a 32bit integer representation (0x--RRGGBB).
toString() - Method in class sdl.audio.SDLAudioSpec
 
toString() - Method in class sdl.audio.SDLAudioCvt
 
toString() - Method in class sdl.audio.AudioPlay
 
toString() - Method in class sdl.audio.AudioData
 
toString() - Method in class sdl.event.SDLUserEvent
 
toString() - Method in class sdl.event.SDLQuitEvent
 
toString() - Method in class sdl.event.SDLMouseMotionEvent
 
toString() - Method in class sdl.event.SDLMouseButtonEvent
 
toString() - Method in class sdl.event.SDLKeyboardEvent
 
toString() - Method in class sdl.event.SDLCustomEvent
 
toString() - Method in class sdl.mpeg.SDLMpegVersion
 
toString() - Method in class sdl.mpeg.SDLMpegInfo
 
toString() - Method in class sdl.video.SDLVideoInfo
 
toString() - Method in class sdl.video.SDLSurface
 
toString() - Method in class sdl.video.SDLRect
 
toString() - Method in class sdl.video.SDLPixelFormat
 
toString() - Method in class sdl.video.SDLCursor
 
toString() - Method in class sdl.video.SDLColor
 

U

unlock() - Method in class sdl.video.SDLOverlay
 
unregisterEventListener(EventListener) - Method in class sdl.event.EventDispatcher
 
updateRawPixels() - Method in class sdl.video.SDLSurface
Transfer the bytes stored in m_Pixels[] to the low level SDL representation.
updateRawPixelsAndAllArea() - Method in class sdl.video.SDLSurface
Calls updateRawPixels(), then updateRect(0,0,m_Width,m_Height).
updateRect(int, int, int, int) - Method in class sdl.video.SDLSurface
Update the screen with the pixels in the SDL level pixel buffer.

V

Video - class sdl.video.Video.
The Video class is used to modify and query the state of the SDL Video subsystem.
Video() - Constructor for class sdl.video.Video
 
volume(int) - Method in class sdl.mpeg.SDLMpeg
 

W

warpMouse(short, short) - Method in class sdl.video.Video
Warp the mouse to a specific point on the screen.

X

xCenteredString(int, String) - Method in class sdl.ext.sfont.SFont
 

A B C D E F G I K L M O P R S T U V W X