vooga.games.tron.eventsystem
Class User2InputEventAdaptor

java.lang.Object
  extended by vooga.games.tron.eventsystem.User2InputEvent
      extended by vooga.games.tron.eventsystem.User2InputEventAdaptor
Direct Known Subclasses:
MoveController2

public class User2InputEventAdaptor
extends User2InputEvent


Constructor Summary
User2InputEventAdaptor(Game game)
           
 
Method Summary
 void down()
           
 void left()
           
 void mouseLeftPressed()
           
 void mouseRightPressed()
           
 void right()
           
 void spacePressed()
           
 void up()
           
 
Methods inherited from class vooga.games.tron.eventsystem.User2InputEvent
checkInput
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

User2InputEventAdaptor

public User2InputEventAdaptor(Game game)
Method Detail

down

public void down()
Specified by:
down in class User2InputEvent

left

public void left()
Specified by:
left in class User2InputEvent

mouseLeftPressed

public void mouseLeftPressed()
Specified by:
mouseLeftPressed in class User2InputEvent

mouseRightPressed

public void mouseRightPressed()
Specified by:
mouseRightPressed in class User2InputEvent

right

public void right()
Specified by:
right in class User2InputEvent

spacePressed

public void spacePressed()
Specified by:
spacePressed in class User2InputEvent

up

public void up()
Specified by:
up in class User2InputEvent