Class DarkFortressGUIKeyListener

java.lang.Object
one.empty3.apps.opad.DarkFortressGUIKeyListener
All Implemented Interfaces:
KeyListener, Runnable, EventListener

public class DarkFortressGUIKeyListener extends Object implements KeyListener, Runnable
  • Field Details

    • release_up

      protected boolean release_up
    • release_down

      protected boolean release_down
    • release_left

      protected boolean release_left
    • release_right

      protected boolean release_right
    • release_space

      protected boolean release_space
    • ctrl

      protected boolean ctrl
  • Constructor Details

    • DarkFortressGUIKeyListener

      public DarkFortressGUIKeyListener(PositionUpdate mover)
  • Method Details