zombie.input
Class GameKeyboard

java.lang.Object
  extended by zombie.input.GameKeyboard

public class GameKeyboard
extends java.lang.Object


Constructor Summary
GameKeyboard()
           
 
Method Summary
static boolean isKeyDown(int key)
           
static void update()
           
static boolean wasKeyDown(int key)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GameKeyboard

public GameKeyboard()
Method Detail

update

public static void update()

isKeyDown

public static boolean isKeyDown(int key)

wasKeyDown

public static boolean wasKeyDown(int key)