Interface IInputListener

All Known Implementing Classes:
AbstractGamepadListener, AbstractMouseKbdListener, GameMouseKbdListener, GuiGamepadListener, GuiKbdListener, MainGamepadListener, MainMouseKbdListener, SpacecraftGamepadListener, SpacecraftMouseKbdListener, WindowGamepadListener, WindowKbdListener

public interface IInputListener
Input listener interface.
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    Activate the listener.
    void
    Deactivate the listener.
    void
    Update the listener.
  • Method Details

    • update

      void update()
      Update the listener.
    • activate

      void activate()
      Activate the listener.
    • deactivate

      void deactivate()
      Deactivate the listener.