sdl.test
Class TestEvent

java.lang.Object
  |
  +--sdl.test.TestEvent
All Implemented Interfaces:
sdl.event.EventListener

public class TestEvent
extends java.lang.Object
implements sdl.event.EventListener

Prints out mouse and keyboard input events on the current SDL surface.


Constructor Summary
TestEvent()
           
 
Method Summary
 boolean incomingEvents(sdl.event.SDLCustomEvent event)
           
static void main(java.lang.String[] args)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestEvent

public TestEvent()
Method Detail

incomingEvents

public boolean incomingEvents(sdl.event.SDLCustomEvent event)
                       throws sdl.event.SDLEventException
Specified by:
incomingEvents in interface sdl.event.EventListener
sdl.event.SDLEventException

main

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