Class LinuxEnvironmentPlugin

    • Constructor Detail

      • LinuxEnvironmentPlugin

        public LinuxEnvironmentPlugin()
    • Method Detail

      • execute

        public static final java.lang.Object execute​(net.java.games.input.LinuxDeviceTask task)
                                              throws java.io.IOException
        Throws:
        java.io.IOException
      • getControllers

        public final Controller[] getControllers()
        Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
        Specified by:
        getControllers in class ControllerEnvironment
        Returns:
        Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
      • isSupported

        public boolean isSupported()
        Description copied from class: ControllerEnvironment
        Returns the isSupported status of this environment. What makes an environment supported or not is up to the particular plugin, but may include OS or available hardware.
        Specified by:
        isSupported in class ControllerEnvironment