sdl.test
Class TestKeyboard

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

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

Monitors keyboard events


Constructor Summary
TestKeyboard()
           
 
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

TestKeyboard

public TestKeyboard()
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)