Class ControlHandler

java.lang.Object
dev.kyzel.game.ControlHandler

public class ControlHandler extends Object
All possible inputs/keybindings for the game.
  • Field Details

    • UP

      public static Control UP
      Keybinding for moving the player up.
    • DOWN

      public static Control DOWN
      Keybinding for moving the player down.
    • LEFT

      public static Control LEFT
      Keybinding for moving the player left.
    • ATTACK

      public static Control ATTACK
      Keybinding for the player to attack.
    • SHOW_STAT

      public static Control SHOW_STAT
      Keybinding for showing player's stats.
    • PAUSE

      public static Control PAUSE
      Keybinding for pausing the game.
    • TOGGLE_FULLSCREEN

      public static Control TOGGLE_FULLSCREEN
      Keybinding for toggling fullscreen.
    • TOGGLE_HUD

      public static Control TOGGLE_HUD
      Keybinding for toggling the HUD.
    • TOGGLE_MINIMAP

      public static Control TOGGLE_MINIMAP
      Keybinding for toggling the minimap.
    • ZOOM_IN_MINIMAP

      public static Control ZOOM_IN_MINIMAP
      Keybinding for zooming in the minimap.
    • ZOOM_OUT_MINIMAP

      public static Control ZOOM_OUT_MINIMAP
      Keybinding for zooming out the minimap.
  • Constructor Details

    • ControlHandler

      public ControlHandler()