Interface ControllerEngine

  • All Known Implementing Classes:
    JampadControllerManager

    public interface ControllerEngine
    Manage the controllers.
    Author:
    Grégory Van den Borre
    • Method Detail

      • getController1

        Controller getController1()
        Provide the 1st controller.
        Returns:
        The first assigned controller.
      • getController2

        Controller getController2()
        Provide the 2nd controller.
        Returns:
        The second assigned controller.
      • getController3

        Controller getController3()
        Provide the 3rd controller.
        Returns:
        The third assigned controller.
      • getController4

        Controller getController4()
        Provide the 4th controller.
        Returns:
        The fourth assigned controller.