Package net.java.games.input
Class LinuxEnvironmentPlugin
java.lang.Object
net.java.games.input.ControllerEnvironment
net.java.games.input.LinuxEnvironmentPlugin
- All Implemented Interfaces:
Plugin
Environment plugin for linux
-
Field Summary
Fields inherited from class net.java.games.input.ControllerEnvironment
controllerListeners -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic final Objectexecute(net.java.games.input.LinuxDeviceTask task) final AbstractController[]Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.booleanReturns the isSupported status of this environment.final AbstractController[]Rescans the devices and provides a list of new controllers.Methods inherited from class net.java.games.input.ControllerEnvironment
addControllerListener, fireControllerAdded, fireControllerRemoved, getDefaultEnvironment, removeControllerListener
-
Constructor Details
-
LinuxEnvironmentPlugin
public LinuxEnvironmentPlugin()
-
-
Method Details
-
execute
- Throws:
IOException
-
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:
getControllersin classControllerEnvironment- Returns:
- Returns a list of all controllers available to this environment, or an empty array if there are no controllers in this environment.
-
rescanControllers
Description copied from class:ControllerEnvironmentRescans the devices and provides a list of new controllers.- Specified by:
rescanControllersin classControllerEnvironment- Returns:
- a list of all controllers available to this environment.
-
isSupported
public boolean isSupported()Description copied from class:ControllerEnvironmentReturns 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:
isSupportedin classControllerEnvironment
-