Class InputState

java.lang.Object
com.ardor3d.input.InputState

public class InputState extends Object
The total input state of the devices that are being handled.
  • Field Details

    • LOST_FOCUS

      public static final InputState LOST_FOCUS
    • EMPTY

      public static final InputState EMPTY
  • Constructor Details

    • InputState

      public InputState(KeyboardState keyboardState, MouseState mouseState, ControllerState controllerState)
      Creates a new instance.
      Parameters:
      keyboardState - a non-null KeyboardState instance
      mouseState - a non-null MouseState instance
      controllerState - a non-null ControllerState instance
      Throws:
      NullPointerException - if either parameter is null
  • Method Details