sdl.test
Class TestCool

java.lang.Object
  |
  +--sdl.test.TestCool

public class TestCool
extends java.lang.Object

Demo of Sprites and MP3 audio playback.

See Also:
TestAnim, TestMpegAudio

Field Summary
static java.lang.String EXC_MSG1
           
 
Constructor Summary
TestCool(int w, int h, sdl.video.SDLSurface bitmap)
           
 
Method Summary
 void display(sdl.video.SDLSurface screen)
           
static void main(java.lang.String[] args)
           
 void move()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

EXC_MSG1

public static final java.lang.String EXC_MSG1
See Also:
Constant Field Values
Constructor Detail

TestCool

public TestCool(int w,
                int h,
                sdl.video.SDLSurface bitmap)
Method Detail

move

public void move()

display

public void display(sdl.video.SDLSurface screen)

main

public static void main(java.lang.String[] args)