Interface ControllerWrapper

All Known Implementing Classes:
DummyControllerWrapper, JInputControllerWrapper

public interface ControllerWrapper
  • Field Details

  • Method Details

    • init

      void init()
      Allows the controller wrapper implementation to initialize itself.
    • getEvents

      Returns a peeking iterator that allows the client to loop through all controller events that have not yet been handled.
      Returns:
      an iterator that allows the client to check which events have still not been handled
    • getControllerCount

      int getControllerCount()
    • getControllerInfo

      ControllerInfo getControllerInfo(int controllerIndex)